From 24824e80baa6ee70a69664ed0026773e4b57a71c Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Wed, 28 Oct 2015 22:58:16 +0700 Subject: [PATCH] Update document to reflect the new version 0.8.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e003a12..cf3b97b 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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 @@ -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' } }