about flyway-sbt
flyway-sbt, originally developed by Boxfuse GmbH and @davidmweber, is an sbt plugin for Flyway database migration. The project was transferred from the flyway org to sbt org in 2024, and will be published under a new Maven organization:
addSbtPlugin("com.github.sbt" % "flyway-sbt" % "10.21.0")
flyway-sbt 10.21.0 is cross published to:
sbt Version | Published |
---|---|
1.x | ✅ |
2.0.0-M2 | ✅ |
Flyway 10.21.0 support
Database support in Flyway has been modularized as of Flyway 10.0.0. You need to include the respective database module in your project configuration now. See following pull request for more details:
behind the scene
- fix scmInfo by @xuwei-k in #101
- Update README.md by @eed3si9n in #102
- fix warnings by @xuwei-k in #103
- Feature/validate migration naming by @smiklos in #86
- Update scalafmt settings. enforce new syntax by @xuwei-k in #104
- Update flyway-core to 9.22.3 by @scala-steward in #105
- git ignore
.bsp/
folder by @mkurz in #107
New Contributors
- @smiklos made their first contribution in #86
- @scala-steward made their first contribution in #105
- @mkurz made their first contribution in #107
Full Changelog: v9.22.0...v10.21.0