mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 09:52:09 +01:00
Update postgresql to 42.7.1 (#5321)
This commit is contained in:
parent
001a2f0970
commit
495197d380
@ -37,7 +37,7 @@ object Deps {
|
||||
|
||||
val flywayV =
|
||||
"9.2.1" //https://flywaydb.org/documentation/learnmore/releaseNotes
|
||||
val postgresV = "42.6.0" //https://jdbc.postgresql.org/
|
||||
val postgresV = "42.7.1" //https://jdbc.postgresql.org/
|
||||
val akkaActorV = akkaStreamv
|
||||
|
||||
val slickV = "3.4.1"
|
||||
|
Loading…
Reference in New Issue
Block a user