From 43a83d04a184b4e04a205d1b224ee9929db1ab74 Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Sun, 3 Feb 2019 23:33:22 -0800 Subject: [PATCH] Updated refs to latest (0.30.0) release --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50b7a51d00..46adb97cc6 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,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.29.0/ktlint && +curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.30.0/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/ ``` @@ -167,7 +167,7 @@ $ ktlint --install-git-pre-commit-hook com.github.shyiko ktlint - 0.29.0 + 0.30.0 @@ -199,7 +199,7 @@ configurations { } dependencies { - ktlint "com.github.shyiko:ktlint:0.29.0" + ktlint "com.github.shyiko:ktlint:0.30.0" // 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