Skip to content

Commit

Permalink
Prepare release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heiko Seeberger committed Jul 1, 2016
1 parent 9ae8241 commit 02b5546
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ sbt-header is an [sbt](http://www.scala-sbt.org) plugin for creating or updating
## Requirements

- Java 7 or higher
- sbt 0.13.8 or higher
- sbt 0.13.9 or higher

## Configuration

In order to add the sbt-header plugin to your build, add the following line to `project/plugins.sbt`:

``` scala
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.5.1")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.6.0")
```

If your build uses an auto plugin for common settings, make sure to add `HeaderPlugin` to `requires`:
Expand Down

0 comments on commit 02b5546

Please sign in to comment.