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

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

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

/** This object was generated by sbt-buildinfo. */
case object BuildInfoZeroApplyScalaz {
  /** The value is "com.github.xuwei-k". */
  val organization: String = "com.github.xuwei-k"
  /** The value is "zeroapply-scalaz". */
  val name: String = "zeroapply-scalaz"
  /** The value is "0.5.1". */
  val version: String = "0.5.1"
  /** The value is "2.13.16". */
  val scalaVersion: String = "2.13.16"
  /** The value is "1.10.11". */
  val sbtVersion: String = "1.10.11"
  /** The value is scala.collection.immutable.Seq(("MIT License" -> new java.net.URI("https://opensource.org/license/mit").toURL)). */
  val licenses: scala.collection.immutable.Seq[(String, java.net.URL)] = scala.collection.immutable.Seq(("MIT License" -> new java.net.URI("https://opensource.org/license/mit").toURL))
  /** The value is "7.3.8". */
  val scalazVersion: String = "7.3.8"
  override val toString: String = {
    "organization: %s, name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, licenses: %s, scalazVersion: %s".format(
      organization, name, version, scalaVersion, sbtVersion, licenses, scalazVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy