Update dependency com.typesafe:config to v1.4.1

This commit is contained in:
Renovate Bot 2020-10-22 23:28:48 +00:00
parent a898ac05f8
commit 115bf33b5f
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -67,7 +67,7 @@ lazy val psforeverSettings = Seq(
"io.getquill" %% "quill-jasync-postgres" % "3.5.3",
"org.flywaydb" % "flyway-core" % "7.0.3",
"org.postgresql" % "postgresql" % "42.2.18",
"com.typesafe" % "config" % "1.4.0",
"com.typesafe" % "config" % "1.4.1",
"com.github.pureconfig" %% "pureconfig" % "0.14.0",
"com.beachape" %% "enumeratum" % "1.6.1",
"joda-time" % "joda-time" % "2.10.7",