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 d951b89 commit 502a8f0Copy full SHA for 502a8f0
lib/build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
ktlintCompileOnly "com.pinterest.ktlint:ktlint-ruleset-experimental:$VER_KTLINT"
52
ktlintCompileOnly "com.pinterest.ktlint:ktlint-ruleset-standard:$VER_KTLINT"
53
54
- String VER_DIKTAT = "1.2.0"
+ String VER_DIKTAT = "1.2.1"
55
diktatCompileOnly "org.cqfn.diktat:diktat-rules:$VER_DIKTAT"
56
57
// used for markdown formatting
0 commit comments