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 decrel-cats_sjs1_2.13 Show documentation
Show all versions of decrel-cats_sjs1_2.13 Show documentation
Composable Relations for Scala
The newest version!
// $COVERAGE-OFF$
package decrel.cats
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is scala.Some((2L -> 13L)). */
val scalaPartialVersion: scala.Option[(scala.Long, scala.Long)] = scala.Some((2L -> 13L))
override val toString: String = {
"scalaPartialVersion: %s".format(
scalaPartialVersion
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy