Skip to content

Commit

Permalink
Updating for 0.37.1 (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu committed Jun 8, 2020
1 parent f19c100 commit e528091
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 @@ -118,7 +118,7 @@ disabled_rules=indent
> 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/pinterest/ktlint/releases/download/0.37.0/ktlint &&
curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.37.1/ktlint &&
chmod a+x ktlint &&
sudo mv ktlint /usr/local/bin/
```
Expand Down Expand Up @@ -214,7 +214,7 @@ $ ktlint installGitPreCommitHook
<dependency>
<groupId>com.pinterest</groupId>
<artifactId>ktlint</artifactId>
<version>0.37.0</version>
<version>0.37.1</version>
</dependency>
<!-- additional 3rd party ruleset(s) can be specified here -->
</dependencies>
Expand Down Expand Up @@ -262,7 +262,7 @@ configurations {
}
dependencies {
ktlint "com.pinterest:ktlint:0.37.0"
ktlint "com.pinterest:ktlint:0.37.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 e528091

Please sign in to comment.