From eda7035abdf2799173843699d26632bf65804383 Mon Sep 17 00:00:00 2001 From: Nadav Samet Date: Mon, 30 Sep 2024 21:18:03 -0700 Subject: [PATCH] Upgrade scalapb-json4s for conformance --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 246d52604..997d74a96 100644 --- a/build.sbt +++ b/build.sbt @@ -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 := "thesamet@gmail.com", Compile / mainClass := Some("scalapb.ConformanceScala"),