Skip to content

Commit ee80230

Browse files
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.22.0
| datasource | package | from | to | | ---------- | -------------------------------------------- | ------ | ------ | | maven | com.diffplug.spotless:spotless-plugin-gradle | 6.20.0 | 6.22.0 |
1 parent 6c9784e commit ee80230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
dependencies {
2222
classpath("com.android.tools.build:gradle:8.1.2")
2323
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
24-
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.20.0")
24+
classpath("com.diffplug.spotless:spotless-plugin-gradle:6.22.0")
2525
classpath("dev.drewhamilton.poko:poko-gradle-plugin:0.15.0")
2626
classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0")
2727
}

0 commit comments

Comments
 (0)