Skip to content

Commit

Permalink
Update protobuf-java to 3.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 5, 2022
1 parent c252839 commit 5c6e02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,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.19.1",
"com.google.protobuf" % "protobuf-java" % "3.19.2",
"com.chatwork" %% "scala-ulid" % "1.0.13"
)
// Compile / PB.targets := Seq(
Expand Down

0 comments on commit 5c6e02d

Please sign in to comment.