Update sqlite-jdbc to 3.41.2.2 (#5080)

This commit is contained in:
Scala Steward 2023-05-27 16:23:02 +02:00 committed by GitHub
parent a60f62b59d
commit f99113f2f8
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.2.1" //https://github.com/xerial/sqlite-jdbc
val sqliteV = "3.41.2.2" //https://github.com/xerial/sqlite-jdbc
val scalameterV = "0.17"
val scalamockV = "5.2.0"