sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4s-core_3 Show documentation
Show all versions of http4s-core_3 Show documentation
Core http4s library for servers and clients
// $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