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

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

There is a newer version: 1.3.20
Show newest version
package izumi.idealingua.translator.toscala.layout

sealed trait SbtDslOp

object SbtDslOp {

  final case class Append[T](v: T, scope: Scope = Scope.ThisBuild) extends SbtDslOp

  final case class Assign[T](v: T, scope: Scope = Scope.ThisBuild) extends SbtDslOp

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy