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

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

Go to download

pillars-db-doobie is a scala 3 library providing database services for writing backend applications using doobie

There is a newer version: 0.3.13
Show newest version
// $COVERAGE-OFF$
package pillars.doobie.build

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "pillars-db-doobie". */
  val name: String = "pillars-db-doobie"
  /** The value is "0.2.25". */
  val version: String = "0.2.25"
  /** The value is "pillars-db-doobie is a scala 3 library providing database services for writing backend applications using doobie". */
  val description: String = "pillars-db-doobie is a scala 3 library providing database services for writing backend applications using doobie"
  override val toString: String = {
    "name: %s, version: %s, description: %s".format(
      name, version, description
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy