We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823a9f4 commit 7cff58dCopy full SHA for 7cff58d
build.sbt
@@ -23,7 +23,7 @@ val root = project.in(file(".")).settings(
23
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7"),
24
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % scalapb.compiler.Version.scalapbVersion,
25
libraryDependencies ++= (
26
- ("com.google.protobuf" % "protobuf-java-util" % "3.25.7") ::
+ ("com.google.protobuf" % "protobuf-java-util" % "4.30.2") ::
27
Nil
28
),
29
lintAll := Def.sequential(LinkTest.eslint, TextLint.textlint.toTask("")).value,
0 commit comments