Skip to content

Commit

Permalink
Update protobuf-java to 3.19.0 (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 21, 2021
1 parent f8e6ecd commit f88437c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -856,7 +856,7 @@ lazy val benchmark =
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
// For grpc-java
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
"com.google.protobuf" % "protobuf-java" % "3.18.1",
"com.google.protobuf" % "protobuf-java" % "3.19.0",
"com.chatwork" %% "scala-ulid" % "1.0.13"
)
// Compile / PB.targets := Seq(
Expand Down

0 comments on commit f88437c

Please sign in to comment.