From 522972754bd4b8cd3e6406c7f7c6c19ccab5ac59 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:23:41 +0000 Subject: [PATCH] Update flyway-core to 10.17.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e82282a36..823f7ce75 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val infra = project loggingSettings, libraryDependencies ++= Seq( "nl.gn0s1s" %% "elastic4s-client-esjava" % V.elastic4s, - "org.flywaydb" % "flyway-core" % "8.5.13", // for database migration + "org.flywaydb" % "flyway-core" % "10.17.0", // for database migration "org.apache.pekko" %% "pekko-stream" % V.pekko, "org.apache.pekko" %% "pekko-http" % V.pekkoHttp, "com.github.pjfanning" %% "pekko-http-circe" % "2.6.0",