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 common_2.11 Show documentation
Show all versions of common_2.11 Show documentation
Bag of private and public helpers used in scala.meta's APIs and implementations
The newest version!
// $COVERAGE-OFF$
package scala.meta.internal
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "4.12.2". */
val version: String = "4.12.2"
override val toString: String = {
"version: %s".format(
version
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy