
scalapb_json.ScalapbJsonCommonBuildInfo.scala Maven / Gradle / Ivy
package scalapb_json
import scala.Predef._
/** This object was generated by sbt-buildinfo. */
case object ScalapbJsonCommonBuildInfo {
/** The value is "SettingKey(This / This / This / scalapbV)". */
val scalapbVersion = "SettingKey(This / This / This / scalapbV)"
/** The value is "2.11.12". */
val scalaVersion: String = "2.11.12"
/** The value is "0.6.0-M4". */
val version: String = "0.6.0-M4"
override val toString: String = {
"scalapbVersion: %s, scalaVersion: %s, version: %s".format(
scalapbVersion, scalaVersion, version
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy