Try out slick 3.4.0-RC3 (#4620)

This commit is contained in:
Chris Stewart 2022-09-06 12:27:36 -05:00 committed by GitHub
parent d2fb3fc150
commit fd7bef3aa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,8 @@ object Deps {
val flywayV = "9.2.1" //https://flywaydb.org/documentation/learnmore/releaseNotes
val postgresV = "42.5.0" //https://jdbc.postgresql.org/
val akkaActorV = akkaStreamv
val slickV = "3.3.3"
val slickV = "3.4.0"
val sqliteV = "3.39.2.1" //https://github.com/xerial/sqlite-jdbc
val scalameterV = "0.17"