From 29a174a7c9169d90a1c30ff00f48d3f7591ff572 Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Sun, 29 Apr 2018 00:06:12 +0700 Subject: [PATCH] Publish 1.0.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2184950..4ab032e 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: 1.0.0 +version: 1.0.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:1.0.0" + classpath "org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:1.0.1" ``` Configure the plugin @@ -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' } }