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 bindgen.interface

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy