Skip to content

Commit 5566407

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update protobuf-java, protobuf-java-util to 3.25.0
1 parent f9d423f commit 5566407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ val scalapbArgonaut = crossProject(JVMPlatform, JSPlatform, NativePlatform)
8080
),
8181
libraryDependencies ++= Seq(
8282
"com.github.scalaprops" %%% "scalaprops-shapeless" % "0.5.1" % "test",
83-
"com.google.protobuf" % "protobuf-java-util" % "3.24.4" % "test",
84-
"com.google.protobuf" % "protobuf-java" % "3.24.4" % "protobuf"
83+
"com.google.protobuf" % "protobuf-java-util" % "3.25.0" % "test",
84+
"com.google.protobuf" % "protobuf-java" % "3.25.0" % "protobuf"
8585
)
8686
)
8787
.jsSettings(

0 commit comments

Comments
 (0)