sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
// $COVERAGE-OFF$
package zio.prelude.experimental
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "dev.zio". */
val organization: String = "dev.zio"
/** The value is "zio-prelude-experimental". */
val moduleName: String = "zio-prelude-experimental"
/** The value is "zio-prelude-experimental". */
val name: String = "zio-prelude-experimental"
/** The value is "1.0.0-RC31". */
val version: String = "1.0.0-RC31"
/** The value is "3.3.3". */
val scalaVersion: String = "3.3.3"
/** The value is "1.10.1". */
val sbtVersion: String = "1.10.1"
/** The value is false. */
val isSnapshot: scala.Boolean = false
override val toString: String = {
"organization: %s, moduleName: %s, name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, isSnapshot: %s".format(
organization, moduleName, name, version, scalaVersion, sbtVersion, isSnapshot
)
}
}
// $COVERAGE-ON$