File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ val scala213 = "2.13.13"
2
2
val scala3 = " 3.3.3"
3
3
val allScala = Seq (scala213, scala3)
4
4
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"
7
8
val zioK8sVersion = " 2.1.1"
8
9
val zioCacheVersion = " 0.2.3"
9
10
val zioCatsInteropVersion = " 23.1.0.0"
@@ -167,8 +168,7 @@ lazy val grpcProtocol = project
167
168
" com.thesamet.scalapb" %% " scalapb-runtime" % scalapb.compiler.Version .scalapbVersion % " protobuf" ,
168
169
" com.thesamet.scalapb" %% " scalapb-runtime-grpc" % scalapb.compiler.Version .scalapbVersion,
169
170
" 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
172
172
)
173
173
)
174
174
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.6")
5
5
6
6
resolvers ++= Resolver .sonatypeOssRepos(" snapshots" )
7
7
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 "
You can’t perform that action at this time.
0 commit comments