Skip to content

Commit e038e2b

Browse files
committed
Update flyway to 7.4
1 parent a81ec57 commit e038e2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you would like to be named as an Community Maintainer, let us know via Twitte
2121
### Getting started
2222
Adding Flyway to your build is very easy. First, update to your `project/plugin.sbt` file to include:
2323
```sbtshell
24-
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "7.0.0")
24+
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "7.4.0")
2525
```
2626
Please check out [Maven Central](https://search.maven.org/search?q=g:io.github.davidmweber%20AND%20a:flyway-sbt&core=gav)
2727
for versions of `flyway-sbt` for previous versions of Flyway.

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
val flywayVersion = "7.0.0"
2-
val pluginVersion = "7.0.0"
1+
val flywayVersion = "7.4.0"
2+
val pluginVersion = "7.4.0"
33

44
lazy val root = (project in file ("."))
55
.enablePlugins(SbtPlugin)

0 commit comments

Comments
 (0)