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: 0.39.0
Show newest version
// $COVERAGE-OFF$
package org.yupana.jdbc.build

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "0.39.1". */
  val version: String = "0.39.1"
  /** The value is 0. */
  val majorVersion: scala.Int = 0
  /** The value is 39. */
  val minorVersion: scala.Int = 39
  override val toString: String = {
    "version: %s, majorVersion: %s, minorVersion: %s".format(
      version, majorVersion, minorVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy