Merge pull request #26 from scala-steward/update/postgresql-42.2.10

Update postgresql to 42.2.10
This commit is contained in:
eikek 2020-02-06 23:19:05 +01:00 committed by GitHub
commit 3b1a173ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ object Dependencies {
val LogbackVersion = "1.2.3"
val MariaDbVersion = "2.5.4"
val MiniTestVersion = "2.7.0"
val PostgresVersion = "42.2.9"
val PostgresVersion = "42.2.10"
val PureConfigVersion = "0.12.2"
val SqliteVersion = "3.30.1"
val StanfordNlpVersion = "3.9.2"