9.22.0
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" % "9.22.0")
flyway-sbt 9.22.0 is cross published to:
sbt Version | Published |
---|---|
1.x | ✅ |
2.0.0-M2 | ✅ |
Flyway 9.22.0 support
sbt 2.x migration
updates
behind the scene
- docs: Update
README.md
for colorfulbuild.sbt
code by @djx314 in #89 - docs: How to run flyway before compile by @DaniRey in #88
- ci: Replace TravisCI with GitHub Actions CI by @sullis in #80
- ci: Generate GitHub Actions by @eed3si9n in #96
- ci: Update publishing info by @eed3si9n in #97
- refactor: Change to flywaysbt package by @eed3si9n in #98
- refactor: Fix warnings in build.sbt by @xuwei-k in #94
- refactor: Scalafmt by @eed3si9n in #99
new contributors
- @djx314 made their first contribution in #89
- @dkichler made their first contribution in #91
- @DaniRey made their first contribution in #88
- @eed3si9n made their first contribution in #95
Full Changelog: v7.4.0...v9.22.0