From 48975a7bffe5d24a89e0a468ccc76cd2aabcfb13 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 Oct 2021 17:25:25 +0000 Subject: [PATCH] Update dependency org.flywaydb:flyway-core to v8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52d7e076..12e9738e 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" % "7.15.0", + "org.flywaydb" % "flyway-core" % "8.0.2", "org.postgresql" % "postgresql" % "42.2.24", "com.typesafe" % "config" % "1.4.1", "com.github.pureconfig" %% "pureconfig" % "0.17.0",