Skip to content

Commit

Permalink
Update protobuf-java, protobuf-java-util to 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 11, 2023
1 parent 91dd6b4 commit a14a1b6
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 @@ -22,8 +22,8 @@ libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "protobuf,test",
"org.scalatest" %% "scalatest" % "3.2.16" % "test",
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % "test",
"com.google.protobuf" % "protobuf-java-util" % "3.21.12" % "test",
"com.google.protobuf" % "protobuf-java" % "3.21.12" % "protobuf",
"com.google.protobuf" % "protobuf-java-util" % "3.24.0" % "test",
"com.google.protobuf" % "protobuf-java" % "3.24.0" % "protobuf",
"org.json4s" %% "json4s-jackson-core" % "4.0.6"
)

Expand Down

0 comments on commit a14a1b6

Please sign in to comment.