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

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

The newest version!
// $COVERAGE-OFF$
package buildinfo

/** This object was generated by sbt-buildinfo. */
case object RulesBuildInfo {
  /** The value is "rules". */
  val name: String = "rules"
  /** The value is "0.14.3". */
  val version: String = "0.14.3"
  /** The value is "2.12.20". */
  val scalaVersion: String = "2.12.20"
  /** The value is "1.10.11". */
  val sbtVersion: String = "1.10.11"
  override val toString: String = {
    "name: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
      name, version, scalaVersion, sbtVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy