sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc10-scala-metalang_sjs1_3 Show documentation
Show all versions of dc10-scala-metalang_sjs1_3 Show documentation
A definitional compiler for generating Scala code.
The newest version!
// $COVERAGE-OFF$
package dc10.scala.metalang
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "com.julianpeeters". */
val organization: String = "com.julianpeeters"
/** The value is "dc10-scala-metalang". */
val name: String = "dc10-scala-metalang"
/** The value is "0.8.0". */
val version: String = "0.8.0"
override val toString: String = {
"organization: %s, name: %s, version: %s".format(
organization, name, version
)
}
}
// $COVERAGE-ON$