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.coralogix.zio.k8s

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "zio-k8s-client". */
  val name: String = "zio-k8s-client"
  /** The value is "3.1.0". */
  val version: String = "3.1.0"
  /** The value is "2.12.19". */
  val scalaVersion: String = "2.12.19"
  /** The value is "1.9.9". */
  val sbtVersion: String = "1.9.9"
  /** The value is false. */
  val isSnapshot: scala.Boolean = false
  override val toString: String = {
    "name: %s, version: %s, scalaVersion: %s, sbtVersion: %s, isSnapshot: %s".format(
      name, version, scalaVersion, sbtVersion, isSnapshot
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy