sbt-buildinfo.BuildInfo.scala Maven / Gradle / Ivy
The newest version!
// $COVERAGE-OFF$
package com.github.sideeffffect.liquibase.doobie
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "com.github.sideeffffect". */
val organization: String = "com.github.sideeffffect"
/** The value is "liquibase-doobie". */
val moduleName: String = "liquibase-doobie"
/** The value is "1.0.0". */
val version: String = "1.0.0"
override val toString: String = {
"organization: %s, moduleName: %s, version: %s".format(
organization, moduleName, version
)
}
}
// $COVERAGE-ON$