sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
The newest version!
// $COVERAGE-OFF$
package com.indoorvivants.detective
/** This object was generated by sbt-buildinfo. */
private[detective] case object BuildInfo {
/** The value is "0.1.0". */
val version: String = "0.1.0"
/** The value is "2.13.14". */
val scalaVersion: String = "2.13.14"
/** The value is "2.13". */
val scalaBinaryVersion: String = "2.13"
override val toString: String = {
"version: %s, scalaVersion: %s, scalaBinaryVersion: %s".format(
version, scalaVersion, scalaBinaryVersion
)
}
}
// $COVERAGE-ON$