Skip to content

Commit a6a09a8

Browse files
authored
Update the dependencies to the latest semver-compatible (#68)
1 parent 623b656 commit a6a09a8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Check the backward compatibility information on those libraries to check which v
204204
| 5.5.0 | 2.12 2.13 3 | 2.0.22 | 1.0.0-RC10 | 2.7.0 |
205205
| 5.5.2 | 2.12 2.13 3 | 2.0.22 | 1.0.0-RC10 | 2.7.0 |
206206
| 5.6.0 | 2.12 2.13 3 | 2.1.21 | 1.0.0-RC10 | 2.7.0 |
207-
| master | 2.12 2.13 3 | 2.1.21 | 1.0.0-RC10 | 2.7.0 |
207+
| master | 2.12 2.13 3 | 2.1.24 | 1.0.0-RC11 | 2.7.0 |
208208

209209

210210

project/BuildHelper.scala

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

66
object BuildHelper {
77
object V {
8-
val zio = "2.1.21"
9-
val zioCats = "23.1.0.5"
8+
val zio = "2.1.24"
9+
val zioCats = "23.1.0.13"
1010
val cats = "2.13.0"
11-
val doobie = "1.0.0-RC10"
11+
val doobie = "1.0.0-RC11"
1212
val anorm = "2.7.0"
13-
val h2 = "2.3.232"
14-
val scala212 = "2.12.20"
15-
val scala213 = "2.13.16"
16-
val scala3 = "3.3.6" // latest LTS version
13+
val h2 = "2.4.240"
14+
val scala212 = "2.12.21"
15+
val scala213 = "2.13.18"
16+
val scala3 = "3.3.7" // latest LTS version
1717
}
1818

1919
val coreDeps: Seq[ModuleID] = Seq(

0 commit comments

Comments
 (0)