mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-15 20:30:17 +01:00
Update postgresql to 42.2.14 (#1569)
This commit is contained in:
parent
2b6e084379
commit
80d2a164a8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ object Deps {
|
||||||
val asyncNewScalaV = "0.10.0"
|
val asyncNewScalaV = "0.10.0"
|
||||||
|
|
||||||
val flywayV = "6.4.2"
|
val flywayV = "6.4.2"
|
||||||
val postgresV = "42.2.12"
|
val postgresV = "42.2.14"
|
||||||
val akkaActorV = akkaStreamv
|
val akkaActorV = akkaStreamv
|
||||||
val slickV = "3.3.2"
|
val slickV = "3.3.2"
|
||||||
val sqliteV = "3.31.1"
|
val sqliteV = "3.31.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue