Skip to content

Commit cdaadbe

Browse files
Update spotless packages to v6.25.0 (#1165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5000adf commit cdaadbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
`kotlin-dsl`
33
// When updating, update below in dependencies too
4-
id("com.diffplug.spotless") version "6.24.0"
4+
id("com.diffplug.spotless") version "6.25.0"
55
}
66

77
repositories {
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
1414
// When updating, update above in plugins too
15-
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.24.0")
15+
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
1616
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
1717
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
1818
implementation("com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.1")

0 commit comments

Comments
 (0)