Skip to content

Commit

Permalink
Update document to reflect the new version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ngbinh committed Oct 28, 2015
1 parent f85b7d4 commit 24824e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
maven repo: http://jcenter.bintray.com/
groupId: org.github.ngbinh.scalastyle
artifactId: gradle-scalastyle-plugin_2.11
version: 0.8.0
version: 0.8.1
```

Use `artifactId: gradle-scalastyle-plugin_2.10` if you want to use with Scala `2.10`
Expand All @@ -20,7 +20,7 @@ Use `artifactId: gradle-scalastyle-plugin_2.10` if you want to use with Scala `
Add following dependencies to your buildScript

```groovy
classpath "org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:0.8.0"
classpath "org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:0.8.1"
```

Configure the plugin
Expand Down Expand Up @@ -60,7 +60,7 @@ Other optional properties are
}
dependencies {
classpath 'org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:0.8.0'
classpath 'org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:0.8.1'
}
}
Expand Down

0 comments on commit 24824e8

Please sign in to comment.