Skip to content

Commit

Permalink
update protobuf related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Jul 26, 2024
1 parent 5aebb9e commit 17940b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,9 @@ lazy val `kamon-pekko-grpc` = (project in file("instrumentation/kamon-pekko-grpc
"org.apache.pekko" %% "pekko-stream" % pekkoVersion % "provided",
"org.apache.pekko" %% "pekko-discovery"% pekkoVersion % "provided",

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


scalatest % "test",
Expand Down

0 comments on commit 17940b2

Please sign in to comment.