From f8e4b639a6b5f84c040350631ec6285ebcbb573a Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 00:20:20 +0000 Subject: [PATCH] Update flyway-core to 9.22.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 710251655..c436251c8 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val infra = project loggingSettings, libraryDependencies ++= Seq( "com.sksamuel.elastic4s" %% "elastic4s-client-esjava" % V.elastic4s, - "org.flywaydb" % "flyway-core" % "8.5.13", // for database migration + "org.flywaydb" % "flyway-core" % "9.22.0", // for database migration "com.typesafe.akka" %% "akka-stream" % V.akka, "com.typesafe.akka" %% "akka-http" % V.akkaHttp, "de.heikoseeberger" %% "akka-http-circe" % "1.39.2",