From e0df6cff108066c19916b3f3258725da3c6dfb20 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Aug 2021 20:12:52 +0000 Subject: [PATCH] Update dependency io.getquill:quill-jasync-postgres to v3.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 246e8adf..0ccf865a 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.3", - "io.getquill" %% "quill-jasync-postgres" % "3.8.0", + "io.getquill" %% "quill-jasync-postgres" % "3.9.0", "org.flywaydb" % "flyway-core" % "7.12.0", "org.postgresql" % "postgresql" % "42.2.23", "com.typesafe" % "config" % "1.4.1",