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 algoliasearch-scala_3 Show documentation
Show all versions of algoliasearch-scala_3 Show documentation
Scala client for Algolia Search API
// $COVERAGE-OFF$
package algoliasearch
/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
/** The value is "algoliasearch-scala". */
val name: String = "algoliasearch-scala"
/** The value is "2.2.2". */
val version: String = "2.2.2"
/** The value is "3.3.1". */
val scalaVersion: String = "3.3.1"
/** The value is "1.10.1". */
val sbtVersion: String = "1.10.1"
override val toString: String = {
"name: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
name, version, scalaVersion, sbtVersion
)
}
}
// $COVERAGE-ON$
© 2015 - 2024 Weber Informatics LLC | Privacy Policy