Update sqlite-jdbc to 3.45.2.0 (#5474)

This commit is contained in:
Scala Steward 2024-03-16 13:12:19 +01:00 committed by GitHub
parent 9a71a96fb8
commit b7d7baaa20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ object Deps {
val akkaActorV = akkaStreamv
val slickV = "3.5.0"
val sqliteV = "3.45.1.0" //https://github.com/xerial/sqlite-jdbc
val sqliteV = "3.45.2.0" //https://github.com/xerial/sqlite-jdbc
val scalameterV = "0.17"
val scalamockV = "5.2.0"