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: 1.30.23
Show newest version
// $COVERAGE-OFF$
package camundala

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "io.github.pme123". */
  val organization: String = "io.github.pme123"
  /** The value is "camundala-domain". */
  val name: String = "camundala-domain"
  /** The value is "1.30.12". */
  val version: String = "1.30.12"
  /** The value is "3.5.0". */
  val scalaVersion: String = "3.5.0"
  /** The value is "1.10.1". */
  val sbtVersion: String = "1.10.1"
  override val toString: String = {
    "organization: %s, name: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
      organization, name, version, scalaVersion, sbtVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy