Skip to content

Commit

Permalink
fix(deps): update dependency org.jlleitschuh.gradle:ktlint-gradle to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 9, 2024
1 parent 4f8b1ad commit 669d461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion example-data/kover-gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.21"
classpath "org.jlleitschuh.gradle:ktlint-gradle:11.6.1"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
}
}

Expand Down

0 comments on commit 669d461

Please sign in to comment.