From 07f447c2344ab55d581317316c41571772ac2242 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Sep 2020 08:06:23 +0000 Subject: [PATCH] Update dependency io.getquill:quill-jasync-postgres to v3.5.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a0b66136..8c51a005 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val psforeverSettings = Seq( "io.kamon" %% "kamon-bundle" % "2.1.6", "io.kamon" %% "kamon-apm-reporter" % "2.1.6", "org.json4s" %% "json4s-native" % "3.6.9", - "io.getquill" %% "quill-jasync-postgres" % "3.5.2", + "io.getquill" %% "quill-jasync-postgres" % "3.5.3", "org.flywaydb" % "flyway-core" % "6.5.6", "org.postgresql" % "postgresql" % "42.2.16", "com.typesafe" % "config" % "1.4.0",