Skip to content

9.22.0

Compare
Choose a tag to compare
@eed3si9n eed3si9n released this 08 Nov 09:10
· 21 commits to main since this release
v9.22.0
45e6b33

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

  • fix: Avoid triggering compile tasks before flyway task by @DaniRey in #87

behind the scene

new contributors

Full Changelog: v7.4.0...v9.22.0