sbt-buildinfo.Versions.scala Maven / Gradle / Ivy
The newest version!
// $COVERAGE-OFF$
package org.scalafmt
/** This object was generated by sbt-buildinfo. */
case object Versions {
/** The value is "core". */
val name: String = "core"
/** The value is "3.8.3-fork-1". */
val version: String = "3.8.3-fork-1"
/** The value is "4.10.1". */
val scalameta: String = "4.10.1"
/** The value is "3.8.3-fork-1". */
val nightly: String = "3.8.3-fork-1"
/** The value is "3.8.3-fork-1". */
val stable: String = "3.8.3-fork-1"
/** The value is "3.8.3". */
val previousStable: String = "3.8.3"
/** The value is "2.13.15". */
val scala: String = "2.13.15"
/** The value is "2.12.20". */
val scala212: String = "2.12.20"
/** The value is "2.1.10". */
val coursier: String = "2.1.10"
/** The value is "61724d6c6bec7f9c448a202e290a4c302e556275". */
val commit: String = "61724d6c6bec7f9c448a202e290a4c302e556275"
/** The value is "1727496942961". */
val timestamp: String = "1727496942961"
/** The value is "2.13.15". */
val scalaVersion: String = "2.13.15"
/** The value is "1.10.2". */
val sbtVersion: String = "1.10.2"
override val toString: String = {
"name: %s, version: %s, scalameta: %s, nightly: %s, stable: %s, previousStable: %s, scala: %s, scala212: %s, coursier: %s, commit: %s, timestamp: %s, scalaVersion: %s, sbtVersion: %s".format(
name, version, scalameta, nightly, stable, previousStable, scala, scala212, coursier, commit, timestamp, scalaVersion, sbtVersion
)
}
}
// $COVERAGE-ON$