Update sqlite-jdbc to 3.36.0.3 (#3630)

This commit is contained in:
Scala Steward 2021-08-30 15:15:52 +02:00 committed by GitHub
parent 6e41b76f5b
commit 2d429db60d
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.23"
val akkaActorV = akkaStreamv
val slickV = "3.3.3"
val sqliteV = "3.36.0.2"
val sqliteV = "3.36.0.3"
val scalameterV = "0.17"
val scalamockV = "5.1.0"