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 scoverage

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "2.3.0". */
  val scoverageVersion: String = "2.3.0"
  override val toString: String = {
    "scoverageVersion: %s".format(
      scoverageVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy