We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0351e1a commit db60952Copy full SHA for db60952
2 files changed
README.md
@@ -202,7 +202,7 @@ Check the backward compatibility information on those libraries to check which v
202
| 5.3.0 | 2.12 2.13 3 | 2.0.21 | 1.0.0-RC8 | 2.7.0 |
203
| 5.4.0 | 2.12 2.13 3 | 2.0.21 | 1.0.0-RC9 | 2.7.0 |
204
| 5.5.0 | 2.12 2.13 3 | 2.0.22 | 1.0.0-RC10 | 2.7.0 |
205
-| master | 2.12 2.13 3 | 2.1.6 | 1.0.0-RC10 | 2.7.0 |
+| master | 2.12 2.13 3 | 2.0.22 | 1.0.0-RC10 | 2.7.0 |
206
207
208
project/BuildHelper.scala
@@ -5,7 +5,7 @@ import xerial.sbt.Sonatype.autoImport._
5
6
object BuildHelper {
7
object V {
8
- val zio = "2.1.6"
+ val zio = "2.0.22"
9
val zioCats = "23.1.0.5"
10
val cats = "2.13.0"
11
val doobie = "1.0.0-RC10"
0 commit comments