Skip to content

Commit 8310af1

Browse files
authored
Updated refs to latest (0.45.1) release (#1432)
1 parent c3ba877 commit 8310af1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ To contribute or get more info, please visit the [GitHub repository](https://git
176176
> Skip all the way to the "Integration" section if you don't plan to use `ktlint`'s command line interface.
177177
178178
```sh
179-
curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.45.0/ktlint &&
179+
curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.45.1/ktlint &&
180180
chmod a+x ktlint &&
181181
sudo mv ktlint /usr/local/bin/
182182
```
@@ -290,7 +290,7 @@ $ ktlint installGitPreCommitHook
290290
<dependency>
291291
<groupId>com.pinterest</groupId>
292292
<artifactId>ktlint</artifactId>
293-
<version>0.45.0</version>
293+
<version>0.45.1</version>
294294
</dependency>
295295
<!-- additional 3rd party ruleset(s) can be specified here -->
296296
</dependencies>
@@ -338,7 +338,7 @@ configurations {
338338
}
339339
340340
dependencies {
341-
ktlint("com.pinterest:ktlint:0.45.0") {
341+
ktlint("com.pinterest:ktlint:0.45.1") {
342342
attributes {
343343
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
344344
}
@@ -383,7 +383,7 @@ See [Making your Gradle tasks incremental](https://proandroiddev.com/making-your
383383
val ktlint by configurations.creating
384384
385385
dependencies {
386-
ktlint("com.pinterest:ktlint:0.45.0") {
386+
ktlint("com.pinterest:ktlint:0.45.1") {
387387
attributes {
388388
attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL))
389389
}

0 commit comments

Comments
 (0)