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

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

package scalikejdbc

import scala.Predef._

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy