Skip to content

Commit 54b6817

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update protobuf-java, protobuf-java-util to 3.25.8
1 parent c6aad7f commit 54b6817

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
@@ -123,8 +123,8 @@ val scalapbPlayJson = crossProject(JVMPlatform, JSPlatform, NativePlatform)
123123
),
124124
libraryDependencies ++= Seq(
125125
"com.github.scalaprops" %%% "scalaprops-shapeless" % "0.6.0" % "test",
126-
"com.google.protobuf" % "protobuf-java-util" % "3.25.7" % "test",
127-
"com.google.protobuf" % "protobuf-java" % "3.25.7" % "protobuf"
126+
"com.google.protobuf" % "protobuf-java-util" % "3.25.8" % "test",
127+
"com.google.protobuf" % "protobuf-java" % "3.25.8" % "protobuf"
128128
)
129129
)
130130
.nativeSettings(

0 commit comments

Comments
 (0)