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 298b370 commit 18bcf20Copy full SHA for 18bcf20
build.sbt
@@ -876,7 +876,7 @@ lazy val benchmark =
876
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
877
// For grpc-java
878
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
879
- "com.google.protobuf" % "protobuf-java" % "3.21.1",
+ "com.google.protobuf" % "protobuf-java" % "3.21.2",
880
"com.chatwork" %% "scala-ulid" % "1.0.24"
881
)
882
// Compile / PB.targets := Seq(
0 commit comments