From 8e1d2561d7a6f8bde01847b4af8e417e0d9d6928 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Wed, 5 Mar 2025 02:21:42 +0000 Subject: [PATCH] Update protobuf-java, protobuf-java-util to 4.30.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e7a6307..d9c5f4e 100644 --- a/build.sbt +++ b/build.sbt @@ -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.6" % "test", - "com.google.protobuf" % "protobuf-java" % "3.25.6" % "protobuf" + "com.google.protobuf" % "protobuf-java-util" % "4.30.0" % "test", + "com.google.protobuf" % "protobuf-java" % "4.30.0" % "protobuf" ) ) .nativeSettings(