Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Check the backward compatibility information on those libraries to check which v
| 5.5.0 | 2.12 2.13 3 | 2.0.22 | 1.0.0-RC10 | 2.7.0 |
| 5.5.2 | 2.12 2.13 3 | 2.0.22 | 1.0.0-RC10 | 2.7.0 |
| 5.6.0 | 2.12 2.13 3 | 2.1.21 | 1.0.0-RC10 | 2.7.0 |
| master | 2.12 2.13 3 | 2.1.21 | 1.0.0-RC10 | 2.7.0 |
| master | 2.12 2.13 3 | 2.1.24 | 1.0.0-RC11 | 2.7.0 |



Expand Down
14 changes: 7 additions & 7 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ import xerial.sbt.Sonatype.autoImport._

object BuildHelper {
object V {
val zio = "2.1.21"
val zioCats = "23.1.0.5"
val zio = "2.1.24"
val zioCats = "23.1.0.13"
val cats = "2.13.0"
val doobie = "1.0.0-RC10"
val doobie = "1.0.0-RC11"
val anorm = "2.7.0"
val h2 = "2.3.232"
val scala212 = "2.12.20"
val scala213 = "2.13.16"
val scala3 = "3.3.6" // latest LTS version
val h2 = "2.4.240"
val scala212 = "2.12.21"
val scala213 = "2.13.18"
val scala3 = "3.3.7" // latest LTS version
}

val coreDeps: Seq[ModuleID] = Seq(
Expand Down