Skip to content

Commit

Permalink
Update protobuf-java, protobuf-java-util to 4.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Dec 18, 2024
1 parent ed94b77 commit 4e78db0
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 @@ -119,8 +119,8 @@ val scalapbCirce = crossProject(JVMPlatform, JSPlatform, NativePlatform)
scalapb.gen(javaConversions = true, scala3Sources = scalapbScala3Sources.value) -> (Test / sourceManaged).value
),
libraryDependencies ++= Seq(
"com.google.protobuf" % "protobuf-java-util" % "3.25.5" % "test",
"com.google.protobuf" % "protobuf-java" % "3.25.5" % "protobuf"
"com.google.protobuf" % "protobuf-java-util" % "4.29.2" % "test",
"com.google.protobuf" % "protobuf-java" % "4.29.2" % "protobuf"
)
)
.jsSettings(
Expand Down

0 comments on commit 4e78db0

Please sign in to comment.