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",