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

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

// $COVERAGE-OFF$
package buildinfo

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "3.5.0". */
  val scalaVersion: String = "3.5.0"
  /** The value is "1.10.2". */
  val sbtVersion: String = "1.10.2"
  /** The value is scala.Some("e81fa59c9a49ae6ac48f9e762dfcc6e03b7b27b9"). */
  val gitHeadCommit: scala.Option[String] = scala.Some("e81fa59c9a49ae6ac48f9e762dfcc6e03b7b27b9")
  /** The value is scala.None. */
  val herokuSourceVersion: scala.Option[String] = scala.None
  /** The value is 1726600748255L. */
  val buildDateTime: scala.Long = 1726600748255L
  /** 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