Skip to content

Commit 06c602e

Browse files
internal: Update protobuf-java to 3.14.0 (#1356)
1 parent 88cf476 commit 06c602e

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
@@ -694,7 +694,7 @@ lazy val benchmark =
694694
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
695695
// For grpc-java
696696
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
697-
"com.google.protobuf" % "protobuf-java" % "3.12.4"
697+
"com.google.protobuf" % "protobuf-java" % "3.14.0"
698698
)
699699
// PB.targets in Compile := Seq(
700700
// scalapb.gen() -> (sourceManaged in Compile).value / "scalapb"

0 commit comments

Comments
 (0)