Skip to content

Commit 2254777

Browse files
authored
Upgrace grpc lib (#127)
* Upgrace grpc lib * Remove dependency * Fix grpc netty version
1 parent 91713e8 commit 2254777

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ val scala213 = "2.13.13"
22
val scala3 = "3.3.3"
33
val allScala = Seq(scala213, scala3)
44

5-
val zioVersion = "2.0.21"
6-
val zioGrpcVersion = "0.6.0"
5+
val zioVersion = "2.0.22"
6+
val zioGrpcVersion = "0.6.2"
7+
val grpcNettyVersion = "1.63.0"
78
val zioK8sVersion = "2.1.1"
89
val zioCacheVersion = "0.2.3"
910
val zioCatsInteropVersion = "23.1.0.0"
@@ -167,8 +168,7 @@ lazy val grpcProtocol = project
167168
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf",
168169
"com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion,
169170
"com.thesamet.scalapb.zio-grpc" %% "zio-grpc-core" % zioGrpcVersion,
170-
"io.grpc" % "grpc-netty" % scalapb.compiler.Version.grpcJavaVersion,
171-
"io.grpc" % "grpc-services" % scalapb.compiler.Version.grpcJavaVersion
171+
"io.grpc" % "grpc-netty" % grpcNettyVersion
172172
)
173173
)
174174

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
55

66
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
77

8-
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.10"
9-
libraryDependencies += "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.0"
8+
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.11.15"
9+
libraryDependencies += "com.thesamet.scalapb.zio-grpc" %% "zio-grpc-codegen" % "0.6.2"

0 commit comments

Comments
 (0)