Update postgresql to 42.6.0 (#5014)

This commit is contained in:
Scala Steward 2023-03-20 15:27:56 +01:00 committed by GitHub
parent f221688fe0
commit 64354d2eb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"