Update sqlite-jdbc to 3.49.1.0 (#5938)

This commit is contained in:
Scala Steward 2025-02-24 22:35:31 +01:00 committed by GitHub
parent 8c7528884d
commit 0e446390f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ object Deps {
val akkaActorV = akkaStreamv
val slickV = "3.5.2"
val sqliteV = "3.49.0.0" // https://github.com/xerial/sqlite-jdbc
val sqliteV = "3.49.1.0" // https://github.com/xerial/sqlite-jdbc
val scalameterV = "0.17"
val scalamockV = "6.2.0"