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

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

// $COVERAGE-OFF$
package telegramium.bots.buildinfo

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "3f6aee26". */
  val buildCommit: String = "3f6aee26"
  /** The value is "2409072142". */
  val buildTimestamp: String = "2409072142"
  override val toString: String = {
    "buildCommit: %s, buildTimestamp: %s".format(
      buildCommit, buildTimestamp
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy