mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 14:33:06 +01:00
Try out slick 3.4.0-RC3 (#4620)
This commit is contained in:
parent
d2fb3fc150
commit
fd7bef3aa7
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue