Skip to content

Commit eda7035

Browse files
committed
Upgrade scalapb-json4s for conformance
1 parent 8cb02ad commit eda7035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ lazy val conformance = (projectMatrix in file("conformance"))
457457
),
458458
codeGenClasspath := (compilerPluginJVM2_12 / Compile / fullClasspath).value,
459459
libraryDependencies ++= Seq(
460-
"com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1" exclude ("com.thesamet.scalapb", "scalapb-runtime_2.13")
460+
"com.thesamet.scalapb" %% "scalapb-json4s" % "1.0.0-alpha.1" exclude ("com.thesamet.scalapb", "scalapb-runtime_2.13")
461461
),
462462
maintainer := "[email protected]",
463463
Compile / mainClass := Some("scalapb.ConformanceScala"),

0 commit comments

Comments
 (0)