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

sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy

There is a newer version: 3.7.0-RC1-bin-20250117-1778a6e-NIGHTLY
Show newest version
// $COVERAGE-OFF$
package dotty.tools.scaladoc

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "3.7.0-RC1-bin-20250204-aa9db1f-NIGHTLY". */
  val version: String = "3.7.0-RC1-bin-20250204-aa9db1f-NIGHTLY"
  override val toString: String = {
    "version: %s".format(
      version
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy