Update sqlite-jdbc to 3.46.1.0 (#5646)

This commit is contained in:
Scala Steward 2024-08-21 19:18:46 +02:00 committed by GitHub
parent 231397c409
commit 21180213c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ object Deps {
val akkaActorV = akkaStreamv
val slickV = "3.5.1"
val sqliteV = "3.46.0.1" // https://github.com/xerial/sqlite-jdbc
val sqliteV = "3.46.1.0" // https://github.com/xerial/sqlite-jdbc
val scalameterV = "0.17"
val scalamockV = "6.0.0"