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 xyz.stratalab.buildinfo.protobuffs2

/** This object was generated by sbt-buildinfo. */
case object BuildInfo {
  /** The value is "protobuf-fs2". */
  val name: String = "protobuf-fs2"
  /** The value is "0.1.0". */
  val version: String = "0.1.0"
  /** The value is "3.4.1". */
  val scalaVersion: String = "3.4.1"
  /** The value is "1.9.0". */
  val sbtVersion: String = "1.9.0"
  override val toString: String = {
    "name: %s, version: %s, scalaVersion: %s, sbtVersion: %s".format(
      name, version, scalaVersion, sbtVersion
    )
  }
}
// $COVERAGE-ON$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy