Skip to content

Commit

Permalink
Update protobuf-java, protobuf-java-util to 3.25.1 (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 18, 2023
1 parent d6ad9b2 commit 491da21
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.0"
val protobufJava = "com.google.protobuf" % "protobuf-java" % "3.25.1"

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

0 comments on commit 491da21

Please sign in to comment.