All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scala.build.preprocessing.directives.UsingDirectiveHandler.scala Maven / Gradle / Ivy

package scala.build.preprocessing.directives

import scala.build.options.BuildOptions

trait UsingDirectiveHandler extends DirectiveHandler[BuildOptions] {
  type ProcessedUsingDirective = ProcessedDirective[BuildOptions]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy