Skip to content

Commit

Permalink
Update protobuf-java-util to 3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Nov 2, 2023
1 parent 1041151 commit 2db2c65
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 @@ -180,7 +180,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
}
},
libraryDependencies ++= Seq(
"com.google.protobuf" % "protobuf-java-util" % "3.24.4" % "test"
"com.google.protobuf" % "protobuf-java-util" % "3.25.0" % "test"
)
)
.jsSettings(
Expand Down

0 comments on commit 2db2c65

Please sign in to comment.