Skip to content

Commit 9ef3167

Browse files
committed
Merge pull request etsy#18 from aborsu/master
update 1.0.0 -> 2.0.0
2 parents 2c9b58b + 7711ba8 commit 9ef3167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a fork of the sbt-code-quality project found
1414
Add the following lines to `project/plugins.sbt`:
1515

1616
```scala
17-
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "1.0.0")
17+
addSbtPlugin("com.etsy" % "sbt-checkstyle-plugin" % "2.0.0")
1818
```
1919

2020
sbt-checkstyle-plugin is an AutoPlugin, so there is no need to modify the `build.sbt` file to enable it.

0 commit comments

Comments
 (0)