Skip to content

Commit 0bd7849

Browse files
Update protobuf-java-util to 4.27.2
1 parent c2b7383 commit 0bd7849

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.3" % "test"
195+
"com.google.protobuf" % "protobuf-java-util" % "4.27.2" % "test"
196196
)
197197
)
198198
.jsSettings(

0 commit comments

Comments
 (0)