Skip to content

Commit

Permalink
fix(deps): update dependency org.cqfn.diktat:diktat-rules to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 9, 2022
1 parent 3f5b646 commit 6584bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Expand Up @@ -94,7 +94,7 @@ dependencies {
String VER_SCALAFMT="3.5.9"
scalafmtCompileOnly "org.scalameta:scalafmt-core_2.13:$VER_SCALAFMT"

String VER_DIKTAT = "1.2.3"
String VER_DIKTAT = "1.2.4"
diktatCompileOnly "org.cqfn.diktat:diktat-rules:$VER_DIKTAT"

// used for markdown formatting
Expand Down

0 comments on commit 6584bd0

Please sign in to comment.