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

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

The newest version!
// $COVERAGE-OFF$
package com.gu.fastly.api

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "fastly-api-client". */
  val name: String = "fastly-api-client"
  /** The value is "1.0.0". */
  val version: String = "1.0.0"
  override val toString: String = {
    "name: %s, version: %s".format(
      name, version
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy