Update dependency com.github.pureconfig:pureconfig to v0.14.1

This commit is contained in:
Renovate Bot 2021-02-28 21:13:32 +00:00 committed by renovate[bot]
parent bfd479f3d3
commit 68ca2adeed

View file

@ -69,7 +69,7 @@ lazy val psforeverSettings = Seq(
"org.flywaydb" % "flyway-core" % "7.5.4",
"org.postgresql" % "postgresql" % "42.2.19",
"com.typesafe" % "config" % "1.4.1",
"com.github.pureconfig" %% "pureconfig" % "0.14.0",
"com.github.pureconfig" %% "pureconfig" % "0.14.1",
"com.beachape" %% "enumeratum" % "1.6.1",
"joda-time" % "joda-time" % "2.10.10",
"commons-io" % "commons-io" % "2.8.0",