From da2a4068a57447f73466bbfa342eff4eae9c6e2e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 22 Jun 2021 09:35:36 +0000 Subject: [PATCH] Update dependency io.getquill:quill-jasync-postgres to v3.7.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab13d345..7c59eaad 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val psforeverSettings = Seq( "io.kamon" %% "kamon-bundle" % "2.1.20", "io.kamon" %% "kamon-apm-reporter" % "2.1.20", "org.json4s" %% "json4s-native" % "4.0.0", - "io.getquill" %% "quill-jasync-postgres" % "3.7.1", + "io.getquill" %% "quill-jasync-postgres" % "3.7.2", "org.flywaydb" % "flyway-core" % "7.10.0", "org.postgresql" % "postgresql" % "42.2.22", "com.typesafe" % "config" % "1.4.1",