From 115bf33b5feb5c06c2a54b679e6204d413c7d898 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 22 Oct 2020 23:28:48 +0000 Subject: [PATCH] Update dependency com.typesafe:config to v1.4.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d8e8c3bbe..9a4c9b365 100644 --- a/build.sbt +++ b/build.sbt @@ -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",