sbt-buildinfo.CapiBuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of content-api-client_2.12 Show documentation
Show all versions of content-api-client_2.12 Show documentation
Scala client for the Guardian's Content API
The newest version!
// $COVERAGE-OFF$
package com.gu.contentapi.buildinfo
/** This object was generated by sbt-buildinfo. */
case object CapiBuildInfo {
/** The value is "32.0.1". */
val version: String = "32.0.1"
override val toString: String = {
"version: %s".format(
version
)
}
}
// $COVERAGE-ON$
© 2015 - 2024 Weber Informatics LLC | Privacy Policy