Skip to content

Commit

Permalink
Update protobuf-java, protobuf-java-util to 3.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Feb 17, 2024
1 parent 4706afc commit df6bbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ val scalapbArgonaut = crossProject(JVMPlatform, JSPlatform, NativePlatform)
),
libraryDependencies ++= Seq(
"com.github.scalaprops" %%% "scalaprops-shapeless" % "0.5.1" % "test",
"com.google.protobuf" % "protobuf-java-util" % "3.25.2" % "test",
"com.google.protobuf" % "protobuf-java" % "3.25.2" % "protobuf"
"com.google.protobuf" % "protobuf-java-util" % "3.25.3" % "test",
"com.google.protobuf" % "protobuf-java" % "3.25.3" % "protobuf"
)
)
.jsSettings(
Expand Down

0 comments on commit df6bbd2

Please sign in to comment.