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

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

The newest version!
// $COVERAGE-OFF$
package migrate.buildinfo

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "0.7.1". */
  val version: String = "0.7.1"
  /** The value is "3.3.3". */
  val scala3Version: String = "3.3.3"
  override val toString: String = {
    "version: %s, scala3Version: %s".format(
      version, scala3Version
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy