Update sqlite-jdbc to 3.41.2.1 (#5027)

This commit is contained in:
Scala Steward 2023-03-26 19:27:17 +02:00 committed by GitHub
parent dc0e3645d0
commit b2ead6038f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ object Deps {
val akkaActorV = akkaStreamv
val slickV = "3.4.1"
val sqliteV = "3.41.0.1" //https://github.com/xerial/sqlite-jdbc
val sqliteV = "3.41.2.1" //https://github.com/xerial/sqlite-jdbc
val scalameterV = "0.17"
val scalamockV = "5.2.0"