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 "3.3.3". */
val scalaVersion: String = "3.3.3"
/** The value is "3". */
val scalaBinaryVersion: String = "3"
override val toString: String = {
"version: %s, scalaVersion: %s, scalaBinaryVersion: %s".format(
version, scalaVersion, scalaBinaryVersion
)
}
}
// $COVERAGE-ON$