Skip to content

Commit abf6b18

Browse files
scala-steward-botxuwei-k
authored andcommitted
Update protobuf-java, protobuf-java-util to 3.25.7
1 parent cbd234e commit abf6b18

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.6" % "test",
127-
"com.google.protobuf" % "protobuf-java" % "3.25.6" % "protobuf"
126+
"com.google.protobuf" % "protobuf-java-util" % "3.25.7" % "test",
127+
"com.google.protobuf" % "protobuf-java" % "3.25.7" % "protobuf"
128128
)
129129
)
130130
.nativeSettings(

0 commit comments

Comments
 (0)