File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ import xerial.sbt.Sonatype.autoImport._
55
66object 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 (
You can’t perform that action at this time.
0 commit comments