Skip to content

Commit

Permalink
Fix grpc netty version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdogpr committed May 8, 2024
1 parent 90efa56 commit fb32f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ val allScala = Seq(scala213, scala3)

val zioVersion = "2.0.22"
val zioGrpcVersion = "0.6.2"
val grpcNettyVersion = "1.63.0"
val zioK8sVersion = "2.1.1"
val zioCacheVersion = "0.2.3"
val zioCatsInteropVersion = "23.1.0.0"
Expand Down Expand Up @@ -167,7 +168,7 @@ lazy val grpcProtocol = project
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf",
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion,
"com.thesamet.scalapb.zio-grpc" %% "zio-grpc-core" % zioGrpcVersion,
"io.grpc" % "grpc-netty" % scalapb.compiler.Version.grpcJavaVersion
"io.grpc" % "grpc-netty" % grpcNettyVersion
)
)

Expand Down

0 comments on commit fb32f53

Please sign in to comment.