Skip to content

Commit

Permalink
Updated refs to latest 0.29.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Oct 2, 2018
1 parent 9b83b46 commit 9239f89
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 @@ -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.28.0/ktlint &&
curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.29.0/ktlint &&
chmod a+x ktlint &&
sudo mv ktlint /usr/local/bin/
```
Expand Down Expand Up @@ -167,7 +167,7 @@ $ ktlint --install-git-pre-commit-hook
<dependency>
<groupId>com.github.shyiko</groupId>
<artifactId>ktlint</artifactId>
<version>0.28.0</version>
<version>0.29.0</version>
</dependency>
<!-- additional 3rd party ruleset(s) can be specified here -->
</dependencies>
Expand Down Expand Up @@ -199,7 +199,7 @@ configurations {
}
dependencies {
ktlint "com.github.shyiko:ktlint:0.28.0"
ktlint "com.github.shyiko:ktlint:0.29.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
Expand Down

0 comments on commit 9239f89

Please sign in to comment.