From d0b5ff7cd2d28d9b54936221b6ea2d2f6b9136a2 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 00:18:05 +0000 Subject: [PATCH] Update flyway-core to 10.13.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8b9ebc819..58d167af6 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.13.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.5.0",