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.
1 parent 62412c6 commit 60a6badCopy full SHA for 60a6bad
1 file changed
ktlint/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
implementation(libs.slf4j.simple)
25
compileOnly(libs.kotlin.stdlib)
26
testImplementation(libs.kotlin.test)
27
- compileOnly("com.pinterest.ktlint:ktlint-rule-engine:1.0.0")
+ compileOnly("com.pinterest.ktlint:ktlint-rule-engine:1.6.0")
28
compileOnly("com.pinterest.ktlint:ktlint-ruleset-standard:1.6.0")
29
testImplementation("com.pinterest.ktlint:ktlint-test:1.5.0")
30
}
0 commit comments