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