From 4a1986ff078b5a1a41727d9cc3b188e2e4342ad1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 10 Jun 2025 01:48:22 +0000 Subject: [PATCH] Update scalapb-json4s to 0.12.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7ad4d5c..b210fcf 100644 --- a/build.sbt +++ b/build.sbt @@ -129,7 +129,7 @@ lazy val e2e = projectMatrix crossScalaVersions := Seq(Scala212, Scala213), codeGenClasspath := (codeGenJVM212 / Compile / fullClasspath).value, libraryDependencies ++= Seq( - "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", + "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.2", "org.typelevel" %% "cats-core" % "2.12.0", "io.undertow" % "undertow-core" % "2.3.18.Final", "eu.timepit" %% "refined" % "0.11.2",