From ce0ba803e0f11bbd2717d121ecf89302fdc59432 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 15 Oct 2020 18:28:38 +0000 Subject: [PATCH] Update dependency org.flywaydb:flyway-core to v7.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3e8193ebd..fa058e8cf 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.2", + "org.flywaydb" % "flyway-core" % "7.0.3", "org.postgresql" % "postgresql" % "42.2.18", "com.typesafe" % "config" % "1.4.0", "com.github.pureconfig" %% "pureconfig" % "0.14.0",