Skip to content

Commit e2dd025

Browse files
committed
update protobuf related dependencies
1 parent 9c496c3 commit e2dd025

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -594,9 +594,9 @@ lazy val `kamon-pekko-grpc` = (project in file("instrumentation/kamon-pekko-grpc
594594
"org.apache.pekko" %% "pekko-stream" % pekkoVersion % "provided",
595595
"org.apache.pekko" %% "pekko-discovery"% pekkoVersion % "provided",
596596

597-
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.8" % "provided",
598-
"org.apache.pekko" %% "pekko-grpc-runtime" % "1.0.2" % "provided",
599-
"io.grpc" % "grpc-stub" % "1.43.2" % "provided",
597+
"com.thesamet.scalapb" %% "scalapb-runtime" % "0.11.17" % "provided",
598+
"org.apache.pekko" %% "pekko-grpc-runtime" % "1.0.2" % "provided",
599+
"io.grpc" % "grpc-stub" % "1.65.1" % "provided",
600600

601601

602602
scalatest % "test",

0 commit comments

Comments
 (0)