Skip to content

Commit

Permalink
Updated refs to the latest (0.23.1) release
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed May 4, 2018
1 parent 54a942e commit 3c31348
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.23.0/ktlint &&
curl -sSLO https://github.com/shyiko/ktlint/releases/download/0.23.1/ktlint &&
chmod a+x ktlint &&
sudo mv ktlint /usr/local/bin/
```
Expand Down Expand Up @@ -166,7 +166,7 @@ $ ktlint --install-git-pre-commit-hook
<dependency>
<groupId>com.github.shyiko</groupId>
<artifactId>ktlint</artifactId>
<version>0.23.0</version>
<version>0.23.1</version>
</dependency>
<!-- additional 3rd party ruleset(s) can be specified here -->
</dependencies>
Expand Down Expand Up @@ -196,7 +196,7 @@ configurations {
}
dependencies {
ktlint "com.github.shyiko:ktlint:0.23.0"
ktlint "com.github.shyiko:ktlint:0.23.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
Expand Down

0 comments on commit 3c31348

Please # to comment.