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: 0.14.14
Show newest version
// $COVERAGE-OFF$
package com.spotify.scio

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "2.13.15". */
  val scalaVersion: String = "2.13.15"
  /** The value is "0.14.9". */
  val version: String = "0.14.9"
  /** The value is "2.60.0". */
  val beamVersion: String = "2.60.0"
  override val toString: String = {
    "scalaVersion: %s, version: %s, beamVersion: %s".format(
      scalaVersion, version, beamVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2025 Weber Informatics LLC | Privacy Policy