Skip to content

Commit 46d77f0

Browse files
committed
Bump dependencies versions
1 parent db583af commit 46d77f0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Find more in `src/main/samples`, or look below for some details.
177177
The table below indicates for each version of TranzactIO, the versions of ZIO or libraries it's been built with.
178178
Check the backward compatibility information on those libraries to check which versions TranzactIO can support.
179179

180-
| TranzactIO | Scala | ZIO | Doobie | Anorm |
180+
| TranzactIO | Scala | ZIO | Doobie | Anorm |
181181
|------------|-------------|--------------|------------|--------------|
182182
| 0.1.0 | 2.13 | 1.0.0-RC17 | 0.8.6 | - |
183183
| 0.2.0 | 2.13 | 1.0.0-RC18-2 | 0.8.6 | - |
@@ -201,7 +201,7 @@ Check the backward compatibility information on those libraries to check which v
201201
| 5.2.0 | 2.12 2.13 3 | 2.0.21 | 1.0.0-RC5 | 2.7.0 |
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 |
204-
| master | 2.12 2.13 3 | 2.0.21 | 1.0.0-RC10 | 2.7.0 |
204+
| master | 2.12 2.13 3 | 2.0.22 | 1.0.0-RC10 | 2.7.0 |
205205

206206

207207

project/BuildHelper.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import xerial.sbt.Sonatype.autoImport._
55

66
object BuildHelper {
77
object V {
8-
val zio = "2.0.21"
9-
val zioCats = "23.1.0.0"
10-
val cats = "2.10.0"
8+
val zio = "2.0.22"
9+
val zioCats = "23.1.0.5"
10+
val cats = "2.13.0"
1111
val doobie = "1.0.0-RC10"
1212
val anorm = "2.7.0"
13-
val h2 = "2.2.224"
13+
val h2 = "2.3.232"
1414
val scala212 = "2.12.20"
1515
val scala213 = "2.13.16"
1616
val scala3 = "3.7.2"

0 commit comments

Comments
 (0)