Skip to content

Commit 4bae7b5

Browse files
authored
fix(deps): revert sttp version to 3.x for zio-k8s (#172)
* fix(deps): revert sttp version to 3.x for zio-k8s * Update STTP client dependencies from version 4 to 3
1 parent 5fff04c commit 4bae7b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ val zioVersion = "2.1.24"
77
val zioGrpcVersion = "0.6.3"
88
val grpcNettyVersion = "1.71.0"
99
val zioK8sVersion = "3.1.0"
10+
val zioK8sSttpVersion = "3.11.0"
1011
val zioCacheVersion = "0.2.4"
1112
val zioCatsInteropVersion = "23.1.0.5"
1213
val 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

0 commit comments

Comments
 (0)