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 giter8

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "giter8-cli-git". */
  val name: String = "giter8-cli-git"
  /** The value is "0.17.0". */
  val version: String = "0.17.0"
  /** The value is "2.12.20". */
  val scalaVersion: String = "2.12.20"
  /** The value is "1.10.6". */
  val sbtVersion: String = "1.10.6"
  /** The value is "2.12". */
  val scalaBinaryVersion: String = "2.12"
  override val toString: String = {
    "name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, scalaBinaryVersion: %s".format(
      name, version, scalaVersion, sbtVersion, scalaBinaryVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy