From b455b88373ade7f451c58416a2e7da4841310604 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Nov 2021 15:31:20 +0000 Subject: [PATCH] Update dependency io.getquill:quill-jasync-postgres to v3.11.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3e8bf5cea..ece6601d4 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val psforeverSettings = Seq( "io.kamon" %% "kamon-bundle" % "2.3.1", "io.kamon" %% "kamon-apm-reporter" % "2.3.1", "org.json4s" %% "json4s-native" % "4.0.3", - "io.getquill" %% "quill-jasync-postgres" % "3.10.0", + "io.getquill" %% "quill-jasync-postgres" % "3.11.0", "org.flywaydb" % "flyway-core" % "8.0.3", "org.postgresql" % "postgresql" % "42.3.1", "com.typesafe" % "config" % "1.4.1",