mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 10:13:26 +01:00
Update postgresql to 42.5.1 (#4898)
This commit is contained in:
parent
6efa60083a
commit
6fae0abaee
@ -36,7 +36,7 @@ object Deps {
|
||||
|
||||
val flywayV =
|
||||
"9.2.1" //https://flywaydb.org/documentation/learnmore/releaseNotes
|
||||
val postgresV = "42.5.0" //https://jdbc.postgresql.org/
|
||||
val postgresV = "42.5.1" //https://jdbc.postgresql.org/
|
||||
val akkaActorV = akkaStreamv
|
||||
|
||||
val slickV = "3.4.1"
|
||||
|
Loading…
Reference in New Issue
Block a user