
sbt-buildinfo.ScalapbPlayJsonBuildInfo.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalapb-playjson_2.12 Show documentation
Show all versions of scalapb-playjson_2.12 Show documentation
Json/Protobuf convertors for ScalaPB
The newest version!
// $COVERAGE-OFF$
package scalapb_playjson
/** This object was generated by sbt-buildinfo. */
case object ScalapbPlayJsonBuildInfo {
/** The value is "0.11.15". */
val scalapbVersion: String = "0.11.15"
/** The value is "3.0.4". */
val playJsonVersion: String = "3.0.4"
/** The value is "0.9.0". */
val scalapbJsonCommonVersion: String = "0.9.0"
/** The value is "2.12.19". */
val scalaVersion: String = "2.12.19"
/** The value is "0.18.0". */
val version: String = "0.18.0"
override val toString: String = {
"scalapbVersion: %s, playJsonVersion: %s, scalapbJsonCommonVersion: %s, scalaVersion: %s, version: %s".format(
scalapbVersion, playJsonVersion, scalapbJsonCommonVersion, scalaVersion, version
)
}
}
// $COVERAGE-ON$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy