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

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

The newest version!
// $COVERAGE-OFF$
package org.json4s

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "json4s-ast". */
  val name: String = "json4s-ast"
  /** The value is "org.json4s". */
  val organization: String = "org.json4s"
  /** The value is "4.1.0-M8". */
  val version: String = "4.1.0-M8"
  /** The value is "3.3.4". */
  val scalaVersion: String = "3.3.4"
  /** The value is "1.10.5". */
  val sbtVersion: String = "1.10.5"
  override val toString: String = {
    "name: %s, organization: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
      name, organization, version, scalaVersion, sbtVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy