Skip to content

Commit

Permalink
Bump com.pinterest.ktlint:ktlint-cli-reporter
Browse files Browse the repository at this point in the history
Bumps [com.pinterest.ktlint:ktlint-cli-reporter](https://github.com/pinterest/ktlint) from 0.49.1 to 0.51.0-FINAL.
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pinterest/ktlint/commits)

---
updated-dependencies:
- dependency-name: com.pinterest.ktlint:ktlint-cli-reporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 6f37566 commit 5248c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ dependencies {
add("adapter48CompileOnly", "com.pinterest.ktlint:ktlint-core:0.48.2")

add("adapter49CompileOnly", "com.pinterest.ktlint:ktlint-core:0.49.1")
add("adapter49CompileOnly", "com.pinterest.ktlint:ktlint-cli-reporter:0.49.1")
add("adapter49CompileOnly", "com.pinterest.ktlint:ktlint-cli-reporter:0.51.0-FINAL")
add("adapter49CompileOnly", "com.pinterest.ktlint:ktlint-rule-engine:0.49.1")
add("adapter49CompileOnly", "com.pinterest.ktlint:ktlint-ruleset-standard:0.49.1")
add("adapter49CompileOnly", "com.pinterest.ktlint:ktlint-reporter-baseline:0.49.1")

add("adapter50CompileOnly", "com.pinterest.ktlint:ktlint-cli-reporter:0.50.0")
add("adapter50CompileOnly", "com.pinterest.ktlint:ktlint-cli-reporter:0.51.0-FINAL")
add("adapter50CompileOnly", "com.pinterest.ktlint:ktlint-rule-engine:0.50.0")
add("adapter50CompileOnly", "com.pinterest.ktlint:ktlint-ruleset-standard:0.50.0")
add("adapter50CompileOnly", "com.pinterest.ktlint:ktlint-reporter-baseline:0.50.0")
Expand Down

0 comments on commit 5248c08

Please sign in to comment.