Update sqlite-jdbc to 3.49.1.0

This commit is contained in:
Scala Steward 2025-02-19 14:11:34 +00:00
parent 7b1fd8e759
commit ac37be554d
No known key found for this signature in database
GPG key ID: 7FE176635A140508

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"