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: 4.1.0-M8
Show 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.0.5". */
  val version: String = "4.0.5"
  /** The value is "3.1.1". */
  val scalaVersion: String = "3.1.1"
  /** The value is "1.6.2". */
  val sbtVersion: String = "1.6.2"
  override val toString: String = {
    "name: %s, organization: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
      name, organization, version, scalaVersion, sbtVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy