sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of giter8-cli-git_2.12 Show documentation
Show all versions of giter8-cli-git_2.12 Show documentation
cli and git support library for Giter8
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