sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refined_sjs1_3 Show documentation
Show all versions of refined_sjs1_3 Show documentation
Simple refinement types for Scala
The newest version!
// $COVERAGE-OFF$
package eu.timepit.refined.internal
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "refined". */
val name: String = "refined"
/** The value is "0.11.3". */
val version: String = "0.11.3"
/** The value is "3.3.4". */
val scalaVersion: String = "3.3.4"
/** The value is "1.10.7". */
val sbtVersion: String = "1.10.7"
override val toString: String = {
"name: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
name, version, scalaVersion, sbtVersion
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy