Skip to content

Commit 81040f9

Browse files
Update protobuf-java, protobuf-java-util to 4.28.3
1 parent f83e787 commit 81040f9

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

0 commit comments

Comments
 (0)