Skip to content

Commit

Permalink
Publish 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ngbinh committed Apr 28, 2018
1 parent a90d638 commit 29a174a
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: 1.0.0
version: 1.0.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:1.0.0"
classpath "org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:1.0.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:1.0.0'
classpath 'org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:1.0.1'
}
}
Expand Down

0 comments on commit 29a174a

Please sign in to comment.