
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 scio-core_2.13 Show documentation
Show all versions of scio-core_2.13 Show documentation
Scio - A Scala API for Apache Beam and Google Cloud Dataflow
// $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