We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 312612b + e944c4f commit a149b6eCopy full SHA for a149b6e
buildSrc/build.gradle.kts
@@ -15,7 +15,7 @@ dependencies {
15
16
// Spotless dropped Java 8 support in version 2.33.0
17
if (JavaVersion.current().isJava11Compatible) {
18
- implementation("com.diffplug.spotless:spotless-plugin-gradle:6.24.0")
+ implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
19
implementation("io.github.cosmicsilence:gradle-scalafix:0.1.15")
20
}
21
0 commit comments