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 2d50f46 commit 0a93ae5Copy full SHA for 0a93ae5
plugin/build.gradle.kts
@@ -111,7 +111,7 @@ dependencies {
111
add("adapterImplementation", libs.semver)
112
113
add("adapter100CompileOnly", "com.pinterest.ktlint:ktlint-cli-reporter-core:1.0.0")
114
- add("adapter100CompileOnly", "com.pinterest.ktlint:ktlint-rule-engine:1.0.0")
+ add("adapter100CompileOnly", "com.pinterest.ktlint:ktlint-rule-engine:1.6.0")
115
add("adapter100CompileOnly", "com.pinterest.ktlint:ktlint-ruleset-standard:1.0.0")
116
add("adapter100CompileOnly", "com.pinterest.ktlint:ktlint-cli-reporter-baseline:1.0.0")
117
0 commit comments