From 5393e58df5f070ff643b778f32fc3f3c0703f3ad Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Wed, 14 Feb 2018 19:19:29 -0800 Subject: [PATCH] Updated refs to latest (0.15.1) release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 79c64cccc2..29c0aae5e1 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ max_line_length=off > Skip all the way to the "Integration" section if you don't plan to use `ktlint`'s command line interface. ```sh -curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.15.0/ktlint && +curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.15.1/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/ ``` @@ -164,7 +164,7 @@ $ ktlint --install-git-pre-commit-hook com.github.shyiko ktlint - 0.15.0 + 0.15.1 @@ -193,7 +193,7 @@ configurations { } dependencies { - ktlint "com.github.shyiko:ktlint:0.15.0" + ktlint "com.github.shyiko:ktlint:0.15.1" // additional 3rd party ruleset(s) can be specified here // just add them to the classpath (e.g. ktlint 'groupId:artifactId:version') and // ktlint will pick them up