Skip to content

Commit f3556c1

Browse files
committed
Bump ZIO to 2.1.6, last version that doesn't break the tests
1 parent f26d088 commit f3556c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Check the backward compatibility information on those libraries to check which v
202202
| 5.3.0 | 2.12 2.13 3 | 2.0.21 | 1.0.0-RC8 | 2.7.0 |
203203
| 5.4.0 | 2.12 2.13 3 | 2.0.21 | 1.0.0-RC9 | 2.7.0 |
204204
| 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.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 |
206206

207207

208208

project/BuildHelper.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import xerial.sbt.Sonatype.autoImport._
55

66
object BuildHelper {
77
object V {
8-
val zio = "2.0.22"
8+
val zio = "2.1.6"
99
val zioCats = "23.1.0.5"
1010
val cats = "2.13.0"
1111
val doobie = "1.0.0-RC10"

0 commit comments

Comments
 (0)