mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Update sqlite-jdbc to 3.47.2.0 (#5836)
This commit is contained in:
parent
788b99c184
commit
6af79f9ed5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ object Deps {
|
|||
val akkaActorV = akkaStreamv
|
||||
|
||||
val slickV = "3.5.2"
|
||||
val sqliteV = "3.47.1.0" // https://github.com/xerial/sqlite-jdbc
|
||||
val sqliteV = "3.47.2.0" // https://github.com/xerial/sqlite-jdbc
|
||||
|
||||
val scalameterV = "0.17"
|
||||
val scalamockV = "6.1.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue