From 1747396347511beea7d6f53486f9e1e86d20c0a1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jul 2021 00:18:29 +0000 Subject: [PATCH] Update dependency io.getquill:quill-jasync-postgres to v3.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 82fe065b2..4121f6a92 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.1", - "io.getquill" %% "quill-jasync-postgres" % "3.7.2", + "io.getquill" %% "quill-jasync-postgres" % "3.8.0", "org.flywaydb" % "flyway-core" % "7.11.1", "org.postgresql" % "postgresql" % "42.2.23", "com.typesafe" % "config" % "1.4.1",