Skip to content

Commit

Permalink
Update protobuf-java, protobuf-java-util to 4.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 5, 2024
1 parent b054678 commit 60e6948
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
Expand Up @@ -17,7 +17,7 @@ ThisBuild / scalacOptions ++= Seq("-deprecation") ++ {

ThisBuild / publishTo := sonatypePublishToBundle.value

val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.5"
val protobufJava = "com.google.protobuf" % "protobuf-java" % "4.29.1"

libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion,
Expand Down

0 comments on commit 60e6948

Please sign in to comment.