Skip to content

Commit

Permalink
Fix docs to use correct plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmweber committed Feb 27, 2018
1 parent ee12018 commit 01042e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version 4.2.1.
### Getting started
Adding Flyway to your build is very easy. First, update to your `project/plugin.sbt` file to include:
```sbtshell
addSbtPlugin("org.flywaydb" % "flyway-sbt" % "5.0.0-RC2")
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "5.0.0-RC2")
```

Edit `build.sbt` to enable the plugin and configure the database access:
Expand Down

0 comments on commit 01042e5

Please sign in to comment.