mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 15:02:17 +01:00
Update sqlite-jdbc to 3.41.2.2 (#5080)
This commit is contained in:
parent
a60f62b59d
commit
f99113f2f8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue