Skip to content

Commit

Permalink
Update protobuf-java, protobuf-java-util to 4.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Aug 28, 2024
1 parent 27174b6 commit 5c90a37
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 @@ -123,8 +123,8 @@ val scalapbPlayJson = crossProject(JVMPlatform, JSPlatform, NativePlatform)
),
libraryDependencies ++= Seq(
"com.github.scalaprops" %%% "scalaprops-shapeless" % "0.6.0" % "test",
"com.google.protobuf" % "protobuf-java-util" % "3.25.4" % "test",
"com.google.protobuf" % "protobuf-java" % "3.25.4" % "protobuf"
"com.google.protobuf" % "protobuf-java-util" % "4.28.0" % "test",
"com.google.protobuf" % "protobuf-java" % "4.28.0" % "protobuf"
)
)
.nativeSettings(
Expand Down

0 comments on commit 5c90a37

Please sign in to comment.