We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab634a commit 2acb0deCopy full SHA for 2acb0de
1 file changed
README.md
@@ -12,7 +12,7 @@ version 4.2.1.
12
### Getting started
13
Adding Flyway to your build is very easy. First, update to your `project/plugin.sbt` file to include:
14
```sbtshell
15
- addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "5.0.0-RC2")
+ addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "5.0.0")
16
```
17
18
Edit `build.sbt` to enable the plugin and configure the database access:
0 commit comments