Skip to content

Commit

Permalink
Update protobuf-java to 3.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Jul 24, 2024
1 parent d61115a commit f6f86da
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.3" % Runtime // for scala-steward
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.25.4" % 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 f6f86da

Please sign in to comment.