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

izumi.idealingua.translator.toscala.layout.Scope.scala Maven / Gradle / Ivy

The newest version!
package izumi.idealingua.translator.toscala.layout

sealed trait Scope

object Scope {

  case object ThisBuild extends Scope

  case object Project extends Scope

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy