From 252e970736a92f8d387f2763ff86e6885ac3afc6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Oct 2020 13:04:41 +0000 Subject: [PATCH] Update dependency org.flywaydb:flyway-core to v7.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 098b1b74..23ee8ccc 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val psforeverSettings = Seq( "io.kamon" %% "kamon-apm-reporter" % "2.1.8", "org.json4s" %% "json4s-native" % "3.6.10", "io.getquill" %% "quill-jasync-postgres" % "3.5.3", - "org.flywaydb" % "flyway-core" % "7.0.1", + "org.flywaydb" % "flyway-core" % "7.0.2", "org.postgresql" % "postgresql" % "42.2.17", "com.typesafe" % "config" % "1.4.0", "com.github.pureconfig" %% "pureconfig" % "0.14.0",