Skip to content

Commit 9be3845

Browse files
Merge pull request #4016 from nextcloud/renovate/org.jlleitschuh.gradle-ktlint-gradle-12.x
fix(deps): update dependency org.jlleitschuh.gradle:ktlint-gradle to v12.1.1
2 parents ea563d4 + b24867c commit 9be3845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ buildscript {
2929
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
3030
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.19'
3131
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
32-
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.0"
32+
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
3333
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
3434

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

0 commit comments

Comments
 (0)