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: 1.0.0-M43
Show newest version
// $COVERAGE-OFF$
package org.http4s

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "0.23.19-RC3". */
  val version: String = "0.23.19-RC3"
  /** The value is "3.2.2". */
  val scalaVersion: String = "3.2.2"
  /** The value is (0 -> 23). */
  val apiVersion = (0 -> 23)
  override val toString: String = {
    "version: %s, scalaVersion: %s, apiVersion: %s".format(
      version, scalaVersion, apiVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy