From 0881446c718a5822a146c8da174626be7fff03ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 15:40:41 +0000 Subject: [PATCH] Update dependency com.google.protobuf:protobuf-java-util to v4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 81759210..137b1392 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ import scala.util.control.NoStackTrace lazy val V = new { - val protobuf = "3.15.6" + val protobuf = "4.34.1" val protoc = "3.17.3" // the oldest protoc version with Apple M1 support, see https://github.com/scalapb/ScalaPB/issues/1024#issuecomment-860126568 val coursier = "2.1.9"