We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e96bd commit 252110cCopy full SHA for 252110c
build.sbt
@@ -2,13 +2,13 @@ val scala213 = "2.13.13"
2
val scala3 = "3.3.3"
3
val allScala = Seq(scala213, scala3)
4
5
-val zioVersion = "2.0.22"
+val zioVersion = "2.1.1"
6
val zioGrpcVersion = "0.6.2"
7
val grpcNettyVersion = "1.63.0"
8
val zioK8sVersion = "2.1.1"
9
val zioCacheVersion = "0.2.3"
10
val zioCatsInteropVersion = "23.1.0.0"
11
-val sttpVersion = "3.9.3"
+val sttpVersion = "3.9.6"
12
val calibanVersion = "2.6.0"
13
val redis4catsVersion = "1.5.2"
14
val redissonVersion = "3.27.1"
0 commit comments