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"