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 zio.pravega

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "dev.cheleb". */
  val organization: String = "dev.cheleb"
  /** The value is "zio-pravega". */
  val name: String = "zio-pravega"
  /** The value is "0.11.0". */
  val version: String = "0.11.0"
  /** The value is "2.13.14". */
  val scalaVersion: String = "2.13.14"
  /** 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, name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, isSnapshot: %s".format(
      organization, name, version, scalaVersion, sbtVersion, isSnapshot
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy