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 pillars-db-migration_3 Show documentation
Show all versions of pillars-db-migration_3 Show documentation
pillars-db is a scala 3 library providing database migrations
The newest version!
// $COVERAGE-OFF$
package pillars.db.migrations.build
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "pillars-db-migration". */
val name: String = "pillars-db-migration"
/** The value is "0.4.3". */
val version: String = "0.4.3"
/** The value is "pillars-db is a scala 3 library providing database migrations". */
val description: String = "pillars-db is a scala 3 library providing database migrations"
override val toString: String = {
"name: %s, version: %s, description: %s".format(
name, version, description
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy