From 655f47792a46eacd0155ea87f852d7fd62ac8359 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:00:28 +0000 Subject: [PATCH] Update protobuf-java to 4.26.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 07c3a91..db3142c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ ThisBuild / organization := "com.github.sbt" -lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.3" % Runtime // for scala-steward +lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "4.26.1" % Runtime // for scala-steward lazy val grpc = "io.grpc" % "protoc-gen-grpc-java" % "1.62.2" % Runtime // for scala-steward def scala212 = "2.12.19"