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 77053a0 + d216178 commit 2fd5d80Copy full SHA for 2fd5d80
buildSrc/build.gradle.kts
@@ -16,6 +16,6 @@ dependencies {
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.21.0")
19
- implementation("io.github.cosmicsilence:gradle-scalafix:0.1.14")
+ implementation("io.github.cosmicsilence:gradle-scalafix:0.1.15")
20
}
21
0 commit comments