
sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
// $COVERAGE-OFF$
package dotty.tools.scaladoc
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "3.7.0-RC1-bin-20250215-43f8cdb-NIGHTLY". */
val version: String = "3.7.0-RC1-bin-20250215-43f8cdb-NIGHTLY"
override val toString: String = {
"version: %s".format(
version
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy