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 1f13dad commit 5b7fc4fCopy full SHA for 5b7fc4f
build.sbt
@@ -5,7 +5,7 @@ import sbt.Keys.resolvers
5
val mainScala = "2.13.17"
6
val scala3Version = "3.3.6"
7
val allScala = Seq(mainScala, scala3Version)
8
-val zioVersion = "2.1.21"
+val zioVersion = "2.1.22"
9
val zioConfigVersion = "4.0.5"
10
11
lazy val commonJvmSettings = Seq(
0 commit comments