Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsquared committed Mar 29, 2016
1 parent 3fb59e0 commit 8f50c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This is a fork of the sbt-code-quality project found
Add the following lines to `project/plugins.sbt`:

```scala
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "2.1.0")
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "3.0.0")
```

sbt-checkstyle-plugin is an AutoPlugin, so there is no need to modify the `build.sbt` file to enable it.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "sbt-checkstyle-plugin"

organization := "com.etsy"

version := "2.1.1-SNAPSHOT"
version := "3.0.1-SNAPSHOT"

scalaVersion := "2.10.4"

Expand Down

0 comments on commit 8f50c85

Please sign in to comment.