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

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

There is a newer version: 2.11.2
Show newest version
// $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.3.5". */
  val version: String = "2.3.5"
  /** 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 - 2025 Weber Informatics LLC | Privacy Policy