Skip to content

Commit 270e31c

Browse files
Update protobuf-java, protobuf-java-util to 4.31.0
1 parent a38a71a commit 270e31c

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
@@ -119,8 +119,8 @@ val scalapbCirce = crossProject(JVMPlatform, JSPlatform, NativePlatform)
119119
scalapb.gen(javaConversions = true, scala3Sources = scalapbScala3Sources.value) -> (Test / sourceManaged).value
120120
),
121121
libraryDependencies ++= Seq(
122-
"com.google.protobuf" % "protobuf-java-util" % "3.25.7" % "test",
123-
"com.google.protobuf" % "protobuf-java" % "3.25.7" % "protobuf"
122+
"com.google.protobuf" % "protobuf-java-util" % "4.31.0" % "test",
123+
"com.google.protobuf" % "protobuf-java" % "4.31.0" % "protobuf"
124124
)
125125
)
126126
.jsSettings(

0 commit comments

Comments
 (0)