We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd354fc commit 134ebe9Copy full SHA for 134ebe9
build.sbt
@@ -844,7 +844,7 @@ lazy val benchmark =
844
// "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
845
// For grpc-java
846
"io.grpc" % "grpc-protobuf" % GRPC_VERSION,
847
- "com.google.protobuf" % "protobuf-java" % "3.24.1",
+ "com.google.protobuf" % "protobuf-java" % "3.24.2",
848
("com.chatwork" %% "scala-ulid" % "1.0.24").cross(CrossVersion.for3Use2_13)
849
)
850
// Compile / PB.targets := Seq(
0 commit comments