Skip to content

Commit

Permalink
Updated refs to latest (0.41.0) release (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu authored Mar 16, 2021
1 parent 0de86c8 commit b34f950
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ To contribute or get more info, please visit the [GitHub repository](https://git
> 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.40.0/ktlint &&
curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.41.0/ktlint &&
chmod a+x ktlint &&
sudo mv ktlint /usr/local/bin/
```
Expand Down Expand Up @@ -249,7 +249,7 @@ $ ktlint installGitPreCommitHook
<dependency>
<groupId>com.pinterest</groupId>
<artifactId>ktlint</artifactId>
<version>0.40.0</version>
<version>0.41.0</version>
</dependency>
<!-- additional 3rd party ruleset(s) can be specified here -->
</dependencies>
Expand Down Expand Up @@ -297,7 +297,7 @@ configurations {
}
dependencies {
ktlint "com.pinterest:ktlint:0.40.0"
ktlint "com.pinterest:ktlint:0.41.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 Expand Up @@ -338,7 +338,7 @@ See [Making your Gradle tasks incremental](https://proandroiddev.com/making-your
val ktlint by configurations.creating

dependencies {
ktlint("com.pinterest:ktlint:0.40.0")
ktlint("com.pinterest:ktlint:0.41.0")
// ktlint(project(":custom-ktlint-ruleset")) // in case of custom ruleset
}

Expand Down

0 comments on commit b34f950

Please sign in to comment.