Skip to content

Commit

Permalink
fix(deps): update dependency org.jlleitschuh.gradle:ktlint-gradle to …
Browse files Browse the repository at this point in the history
…v12.1.2 (#1496)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent 5723ca3 commit 3ed63ff
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:12.1.1"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2"
}
}

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:2.0.21"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2"
}
}

Expand Down

0 comments on commit 3ed63ff

Please sign in to comment.