Skip to content

Commit

Permalink
Upgrade scalapb-json4s for conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Oct 1, 2024
1 parent 8cb02ad commit eda7035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ lazy val conformance = (projectMatrix in file("conformance"))
),
codeGenClasspath := (compilerPluginJVM2_12 / Compile / fullClasspath).value,
libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1" exclude ("com.thesamet.scalapb", "scalapb-runtime_2.13")
"com.thesamet.scalapb" %% "scalapb-json4s" % "1.0.0-alpha.1" exclude ("com.thesamet.scalapb", "scalapb-runtime_2.13")
),
maintainer := "[email protected]",
Compile / mainClass := Some("scalapb.ConformanceScala"),
Expand Down

0 comments on commit eda7035

Please sign in to comment.