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

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

// $COVERAGE-OFF$
package zio.prelude.macros

/** 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-macros". */
  val moduleName: String = "zio-prelude-macros"
  /** The value is "zio-prelude-macros". */
  val name: String = "zio-prelude-macros"
  /** The value is "1.0.0-RC33". */
  val version: String = "1.0.0-RC33"
  /** The value is "3.3.4". */
  val scalaVersion: String = "3.3.4"
  /** The value is "1.10.5". */
  val sbtVersion: String = "1.10.5"
  /** 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$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy