Skip to content

Commit

Permalink
Update protobuf-java to 3.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Sep 7, 2023
1 parent 85bc289 commit 43d12cb
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.24.2" % "runtime" // for scala-steward
lazy val protobuf = "com.google.protobuf" % "protobuf-java" % "3.24.3" % "runtime" // for scala-steward

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

0 comments on commit 43d12cb

Please sign in to comment.