Skip to content

Commit e944c4f

Browse files
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.24.0 to 6.25.0
Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.24.0 to 6.25.0. - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/6.24.0...gradle/6.25.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 312612b commit e944c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515

1616
// Spotless dropped Java 8 support in version 2.33.0
1717
if (JavaVersion.current().isJava11Compatible) {
18-
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.24.0")
18+
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
1919
implementation("io.github.cosmicsilence:gradle-scalafix:0.1.15")
2020
}
2121
}

0 commit comments

Comments
 (0)