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 88cf476 commit 06c602eCopy full SHA for 06c602e
build.sbt
@@ -694,7 +694,7 @@ lazy val benchmark =
694
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
695
// For grpc-java
696
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
697
- "com.google.protobuf" % "protobuf-java" % "3.12.4"
+ "com.google.protobuf" % "protobuf-java" % "3.14.0"
698
)
699
// PB.targets in Compile := Seq(
700
// scalapb.gen() -> (sourceManaged in Compile).value / "scalapb"
0 commit comments