mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-24 06:57:51 +01:00
Update postgresql to 42.6.0 (#5014)
This commit is contained in:
parent
f221688fe0
commit
64354d2eb9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ object Deps {
|
|||
|
||||
val flywayV =
|
||||
"9.2.1" //https://flywaydb.org/documentation/learnmore/releaseNotes
|
||||
val postgresV = "42.5.4" //https://jdbc.postgresql.org/
|
||||
val postgresV = "42.6.0" //https://jdbc.postgresql.org/
|
||||
val akkaActorV = akkaStreamv
|
||||
|
||||
val slickV = "3.4.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue