@@ -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
340340dependencies {
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
383383val ktlint by configurations.creating
384384
385385dependencies {
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