From 1c16aa81bca56dd851305a62bdb61699a846ef14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Mar 2021 16:48:00 +0000 Subject: [PATCH] Update dependency io.getquill:quill-jasync-postgres to v3.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d1b764b1..4585c2cd 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val psforeverSettings = Seq( "io.kamon" %% "kamon-bundle" % "2.1.12", "io.kamon" %% "kamon-apm-reporter" % "2.1.12", "org.json4s" %% "json4s-native" % "3.6.11", - "io.getquill" %% "quill-jasync-postgres" % "3.6.1", + "io.getquill" %% "quill-jasync-postgres" % "3.7.0", "org.flywaydb" % "flyway-core" % "7.7.0", "org.postgresql" % "postgresql" % "42.2.19", "com.typesafe" % "config" % "1.4.1",