From 42e4db897245d4bbe81fef706656a561e7221da2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 May 2021 17:45:04 +0000 Subject: [PATCH] Update dependency io.getquill:quill-jasync-postgres to v3.7.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 85910392a..eb9d239af 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val psforeverSettings = Seq( "io.kamon" %% "kamon-bundle" % "2.1.17", "io.kamon" %% "kamon-apm-reporter" % "2.1.17", "org.json4s" %% "json4s-native" % "3.6.11", - "io.getquill" %% "quill-jasync-postgres" % "3.7.0", + "io.getquill" %% "quill-jasync-postgres" % "3.7.1", "org.flywaydb" % "flyway-core" % "7.8.2", "org.postgresql" % "postgresql" % "42.2.20", "com.typesafe" % "config" % "1.4.1",