Skip to content

Commit

Permalink
Merge pull request #2997 from scala-steward/update/grpc-netty-1.68.0
Browse files Browse the repository at this point in the history
Update grpc-netty to 1.68.0
  • Loading branch information
konnov authored Sep 20, 2024
2 parents 11ea186 + a1edaa6 commit 8630a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ object Dependencies {
val zio = "dev.zio" %% "zio" % zioVersion
// Keep up to sync with version in plugins.sbt
val zioGrpcCodgen = "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.0-test3" % "provided"
val grpcNetty = "io.grpc" % "grpc-netty" % "1.66.0"
val grpcNetty = "io.grpc" % "grpc-netty" % "1.68.0"
val scalapbRuntimGrpc =
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion
// Ensures we have access to commonly used protocol buffers (e.g., google.protobuf.Struct)
Expand Down

0 comments on commit 8630a60

Please sign in to comment.