From 43c479eda4cbbf5d57c235e50da7a283f60cbe95 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Nov 2021 16:46:25 +0000 Subject: [PATCH] Update dependency org.flywaydb:flyway-core to v8.0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b54ee7625..c27f89154 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val psforeverSettings = Seq( "io.kamon" %% "kamon-apm-reporter" % "2.2.3", "org.json4s" %% "json4s-native" % "4.0.3", "io.getquill" %% "quill-jasync-postgres" % "3.10.0", - "org.flywaydb" % "flyway-core" % "8.0.2", + "org.flywaydb" % "flyway-core" % "8.0.3", "org.postgresql" % "postgresql" % "42.3.1", "com.typesafe" % "config" % "1.4.1", "com.github.pureconfig" %% "pureconfig" % "0.17.0",