From 838684d9167325214fc7efe42b0bfada6615f292 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 16 Feb 2021 07:53:01 +0000 Subject: [PATCH] Update dependency io.getquill:quill-jasync-postgres to v3.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6fe41c6f..6ba64a5b 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.10", - "io.getquill" %% "quill-jasync-postgres" % "3.6.0", + "io.getquill" %% "quill-jasync-postgres" % "3.6.1", "org.flywaydb" % "flyway-core" % "7.5.3", "org.postgresql" % "postgresql" % "42.2.18", "com.typesafe" % "config" % "1.4.1",