Update slick, slick-hikaricp to 3.4.1 (#4783)

This commit is contained in:
Scala Steward 2022-09-16 14:25:11 +02:00 committed by GitHub
parent 469a379655
commit 4e1c1764c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ object Deps {
val postgresV = "42.5.0" //https://jdbc.postgresql.org/
val akkaActorV = akkaStreamv
val slickV = "3.4.0"
val slickV = "3.4.1"
val sqliteV = "3.39.3.0" //https://github.com/xerial/sqlite-jdbc
val scalameterV = "0.17"