Skip to content

Commit

Permalink
Bumps Scala 2 and H2 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelrenoux committed Jul 29, 2023
1 parent 830a2fd commit 523d763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ object BuildHelper {
val cats = "2.9.0"
val doobie = "1.0.0-RC2"
val anorm = "2.7.0"
val h2 = "2.1.214"
val scala212 = "2.12.17"
val scala213 = "2.13.10"
val h2 = "2.2.220"
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.2.2"
}

Expand Down

0 comments on commit 523d763

Please sign in to comment.