Skip to content

Commit

Permalink
Bump org.jlleitschuh.gradle:ktlint-gradle from 11.6.1 to 12.1.1
Browse files Browse the repository at this point in the history
Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.6.1 to 12.1.1.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 977d4ec commit 4eee3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ktlint {

dependencies {
val kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10"
val ktlintPlugin = "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
val ktlintPlugin = "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
val detectPlugin = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"

implementation(gradleApi())
Expand Down

0 comments on commit 4eee3cc

Please sign in to comment.