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

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

// $COVERAGE-OFF$
package wvlet.airframe.http

/** This object was generated by sbt-buildinfo. */
case object AirframeHttpBuildInfo {
  /** The value is "airframe-http". */
  val name: String = "airframe-http"
  /** The value is "24.12.2". */
  val version: String = "24.12.2"
  /** The value is "2.12.20". */
  val scalaVersion: String = "2.12.20"
  /** The value is "1.10.6". */
  val sbtVersion: String = "1.10.6"
  override val toString: String = {
    "name: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
      name, version, scalaVersion, sbtVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy