Skip to content

Commit

Permalink
Merge pull request #4016 from nextcloud/renovate/org.jlleitschuh.grad…
Browse files Browse the repository at this point in the history
…le-ktlint-gradle-12.x

fix(deps): update dependency org.jlleitschuh.gradle:ktlint-gradle to v12.1.1
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
2 parents ea563d4 + b24867c commit 9be3845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.19'
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 9be3845

Please sign in to comment.