From 64178f56d4150139d41259bc40aa2cc7a20db08f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 13 May 2021 17:46:34 +0200 Subject: [PATCH] Update flyway-core to 7.9.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5fdb2f7dc..0aa4797fb 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ val dbDependencies = Seq( "org.tpolecat" %% "doobie-core" % doobieVersion, "org.tpolecat" %% "doobie-hikari" % doobieVersion, "org.tpolecat" %% "doobie-postgres" % doobieVersion, - "org.flywaydb" % "flyway-core" % "7.8.2" + "org.flywaydb" % "flyway-core" % "7.9.0" ) val httpDependencies = Seq(