Skip to content

Commit

Permalink
Update flyway-core to 9.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-center-steward[bot] committed Sep 1, 2023
1 parent 49a76c6 commit f8e4b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f8e4b63

Please sign in to comment.