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

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

There is a newer version: 2.9.0
Show newest version
// $COVERAGE-OFF$
package zio.kafka

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy