Update sqlite-jdbc to 3.36.0.1 (#3359)

This commit is contained in:
Scala Steward 2021-07-02 13:55:22 +02:00 committed by GitHub
parent 6af9e47e38
commit ae68dd4562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ object Deps {
val postgresV = "42.2.22"
val akkaActorV = akkaStreamv
val slickV = "3.3.3"
val sqliteV = "3.36.0"
val sqliteV = "3.36.0.1"
val scalameterV = "0.17"
val scalamockV = "5.1.0"