Update slick, slick-hikaricp to 3.5.2 (#5690)

This commit is contained in:
Scala Steward 2024-09-30 20:23:31 +02:00 committed by GitHub
parent e76768334d
commit dd5a1af828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ object Deps {
val postgresV = "42.7.4" // https://jdbc.postgresql.org/
val akkaActorV = akkaStreamv
val slickV = "3.5.1"
val slickV = "3.5.2"
val sqliteV = "3.46.1.3" // https://github.com/xerial/sqlite-jdbc
val scalameterV = "0.17"