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 mdoc.internal

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "2.6.1". */
  val version: String = "2.6.1"
  /** The value is "2.13.14". */
  val scalaVersion: String = "2.13.14"
  /** The value is "2.13". */
  val scalaBinaryVersion: String = "2.13"
  override val toString: String = {
    "version: %s, scalaVersion: %s, scalaBinaryVersion: %s".format(
      version, scalaVersion, scalaBinaryVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy