Skip to content

Commit

Permalink
Update protobuf-java to 4.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Sep 11, 2024
1 parent c7e1754 commit 2a7b7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / organization := "com.github.sbt"

lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.4" % Runtime // for scala-steward
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "4.28.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"
Expand Down

0 comments on commit 2a7b7d6

Please sign in to comment.