Skip to content

Commit 2437a72

Browse files
Update protobuf-java-util to 4.28.0
1 parent 1bcfb5b commit 2437a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
192192
}
193193
},
194194
libraryDependencies ++= Seq(
195-
"com.google.protobuf" % "protobuf-java-util" % "3.25.4" % "test"
195+
"com.google.protobuf" % "protobuf-java-util" % "4.28.0" % "test"
196196
)
197197
)
198198
.jsSettings(

0 commit comments

Comments
 (0)