Skip to content

Commit

Permalink
Update protobuf-java to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Aug 9, 2023
1 parent 6150086 commit a59ffcf
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,7 +1,7 @@
ThisBuild / organization := "com.github.sbt"

lazy val protocJar = "com.github.os72" % "protoc-jar" % "3.11.4"
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.23.4" % "runtime" // for scala-steward
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.24.0" % "runtime" // for scala-steward

lazy val root = (project in file("."))
.enablePlugins(SbtPlugin)
Expand Down

0 comments on commit a59ffcf

Please sign in to comment.