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

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

The newest version!
// $COVERAGE-OFF$
package scala.scalanative.buildinfo

/** This object was generated by sbt-buildinfo. */
case object ScalaNativeBuildInfo {
  /** The value is "0.5.6". */
  val version: String = "0.5.6"
  /** The value is "1.10.2". */
  val sbtVersion: String = "1.10.2"
  /** The value is "3.5.1". */
  val scalaVersion: String = "3.5.1"
  /** The value is "3.5.1". */
  val nativeScalaVersion: String = "3.5.1"
  override val toString: String = {
    "version: %s, sbtVersion: %s, scalaVersion: %s, nativeScalaVersion: %s".format(
      version, sbtVersion, scalaVersion, nativeScalaVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy