File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ val zioVersion = "2.1.24"
77val zioGrpcVersion = " 0.6.3"
88val grpcNettyVersion = " 1.71.0"
99val zioK8sVersion = " 3.1.0"
10+ val zioK8sSttpVersion = " 3.11.0"
1011val zioCacheVersion = " 0.2.4"
1112val zioCatsInteropVersion = " 23.1.0.5"
1213val sttpVersion = " 4.0.13"
@@ -110,8 +111,8 @@ lazy val healthK8s = project
110111 Seq (
111112 " com.coralogix" %% " zio-k8s-client" % zioK8sVersion,
112113 " dev.zio" %% " zio-cache" % zioCacheVersion,
113- " com.softwaremill.sttp.client4 " %% " zio" % sttpVersion ,
114- " com.softwaremill.sttp.client4 " %% " slf4j-backend" % sttpVersion
114+ " com.softwaremill.sttp.client3 " %% " zio" % zioK8sSttpVersion ,
115+ " com.softwaremill.sttp.client3 " %% " slf4j-backend" % zioK8sSttpVersion
115116 )
116117 )
117118
You can’t perform that action at this time.
0 commit comments