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: 3.8.4-RC3
Show newest version
// $COVERAGE-OFF$
package org.scalafmt.dynamic

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "dynamic". */
  val name: String = "dynamic"
  /** The value is "3.8.4-RC2". */
  val version: String = "3.8.4-RC2"
  /** The value is "4.11.2". */
  val scalameta: String = "4.11.2"
  /** The value is "3.8.4-RC2". */
  val nightly: String = "3.8.4-RC2"
  /** The value is "3.8.4-RC2". */
  val stable: String = "3.8.4-RC2"
  /** The value is "3.8.4-RC1". */
  val previousStable: String = "3.8.4-RC1"
  /** 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 "d86150eeba511ba8eb27d0990d353d4d67fc1225". */
  val commit: String = "d86150eeba511ba8eb27d0990d353d4d67fc1225"
  /** The value is "1732034714585". */
  val timestamp: String = "1732034714585"
  /** The value is "2.13.15". */
  val scalaVersion: String = "2.13.15"
  /** The value is "1.10.3". */
  val sbtVersion: String = "1.10.3"
  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$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy