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" % "11.11.0")
flyway-sbt 11.11.0 is cross published to:
sbt Version | Published |
---|---|
1.x | ✅ |
2.x | ✅ |
Flyway 11.11.0
fixes
- fix: Restoring plugin logs after configuration by @john-joe-givery in #176
sbt 2.x migration
behind the scene
- ci: Publish snapshots by @mkurz in #164
- ci: Update sbt-ci-release to 1.11.1 by @scala-steward in #161
- ci: Update sbt-github-actions to 0.25.0 by @scala-steward in #137
- ci: Update scalafmt-core to 3.9.9 by @scala-steward in #180
- ci: Update sbt-scalafmt to 2.5.5 by @scala-steward in #171
new contributors
- @john-joe-givery made their first contribution in #176
Full Changelog: v10.21.0...v11.11.0