Skip to content

Commit 7cff58d

Browse files
Update protobuf-java-util to 4.30.2
1 parent 823a9f4 commit 7cff58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ val root = project.in(file(".")).settings(
2323
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7"),
2424
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % scalapb.compiler.Version.scalapbVersion,
2525
libraryDependencies ++= (
26-
("com.google.protobuf" % "protobuf-java-util" % "3.25.7") ::
26+
("com.google.protobuf" % "protobuf-java-util" % "4.30.2") ::
2727
Nil
2828
),
2929
lintAll := Def.sequential(LinkTest.eslint, TextLint.textlint.toTask("")).value,

0 commit comments

Comments
 (0)