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: 0.22.3
Show newest version
// $COVERAGE-OFF$
package buildinfo

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "3.4.2". */
  val scalaVersion: String = "3.4.2"
  /** The value is "1.10.1". */
  val sbtVersion: String = "1.10.1"
  /** The value is scala.Some("266ffe6e8f3aeedc34639ad56ad049bfb2541709"). */
  val gitHeadCommit: scala.Option[String] = scala.Some("266ffe6e8f3aeedc34639ad56ad049bfb2541709")
  /** The value is scala.None. */
  val herokuSourceVersion: scala.Option[String] = scala.None
  /** The value is 1722543002223L. */
  val buildDateTime: scala.Long = 1722543002223L
  /** The value is "1377278a838eb668484a15f540ad26ca8f72f04a". */
  val ocslibHash: String = "1377278a838eb668484a15f540ad26ca8f72f04a"
  override val toString: String = {
    "scalaVersion: %s, sbtVersion: %s, gitHeadCommit: %s, herokuSourceVersion: %s, buildDateTime: %s, ocslibHash: %s".format(
      scalaVersion, sbtVersion, gitHeadCommit, herokuSourceVersion, buildDateTime, ocslibHash
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy