Skip to content

Commit

Permalink
Updated refs to latest (0.45.1) release (#1432)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashachu committed Mar 21, 2022
1 parent c3ba877 commit 8310af1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -176,7 +176,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.45.0/ktlint &&
curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.45.1/ktlint &&
chmod a+x ktlint &&
sudo mv ktlint /usr/local/bin/
```
Expand Down Expand Up @@ -290,7 +290,7 @@ $ ktlint installGitPreCommitHook
<dependency>
<groupId>com.pinterest</groupId>
<artifactId>ktlint</artifactId>
<version>0.45.0</version>
<version>0.45.1</version>
</dependency>
<!-- additional 3rd party ruleset(s) can be specified here -->
</dependencies>
Expand Down Expand Up @@ -338,7 +338,7 @@ configurations {
}
dependencies {
ktlint("com.pinterest:ktlint:0.45.0") {
ktlint("com.pinterest:ktlint:0.45.1") {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
}
Expand Down Expand Up @@ -383,7 +383,7 @@ See [Making your Gradle tasks incremental](https://proandroiddev.com/making-your
val ktlint by configurations.creating

dependencies {
ktlint("com.pinterest:ktlint:0.45.0") {
ktlint("com.pinterest:ktlint:0.45.1") {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
}
Expand Down

0 comments on commit 8310af1

Please sign in to comment.