We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb02ad commit eda7035Copy full SHA for eda7035
build.sbt
@@ -457,7 +457,7 @@ lazy val conformance = (projectMatrix in file("conformance"))
457
),
458
codeGenClasspath := (compilerPluginJVM2_12 / Compile / fullClasspath).value,
459
libraryDependencies ++= Seq(
460
- "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")
461
462
maintainer := "[email protected]",
463
Compile / mainClass := Some("scalapb.ConformanceScala"),
0 commit comments