All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sbt-buildinfo.ScalikejdbcBuildInfo.scala Maven / Gradle / Ivy

The newest version!
// $COVERAGE-OFF$
package scalikejdbc

/** This object was generated by sbt-buildinfo. */
case object ScalikejdbcBuildInfo {
  /** The value is "4.3.2". */
  val version: String = "4.3.2"
  /** The value is "2.12.20". */
  val scalaVersion: String = "2.12.20"
  override val toString: String = {
    "version: %s, scalaVersion: %s".format(
      version, scalaVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy