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 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