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 lepus.client

/** This object was generated by sbt-buildinfo. */
private[client] case object BuildInfo {
  /** The value is "0.5.3". */
  final val version = "0.5.3"
  /** The value is "3.3.3". */
  final val scalaVersion = "3.3.3"
  override val toString: String = {
    "version: %s, scalaVersion: %s".format(
      version, scalaVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy