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 db3798b commit 9773159Copy full SHA for 9773159
lib/build.gradle
@@ -94,7 +94,7 @@ dependencies {
94
String VER_SCALAFMT="3.5.9"
95
scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:$VER_SCALAFMT"
96
97
- String VER_DIKTAT = "1.2.3"
+ String VER_DIKTAT = "1.2.4.2"
98
diktatCompileOnly "org.cqfn.diktat:diktat-rules:$VER_DIKTAT"
99
100
// used for markdown formatting
0 commit comments