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

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

The newest version!
// $COVERAGE-OFF$
package scalaz

/** This object was generated by sbt-buildinfo. */
case object ScalazBuildInfo {
  /** The value is "7.4.0-M15". */
  val version: String = "7.4.0-M15"
  /** The value is "3.3.4". */
  val scalaVersion: String = "3.3.4"
  override val toString: String = {
    "version: %s, scalaVersion: %s".format(
      version, scalaVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy