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.
2 parents 8590ea5 + 0dc6095 commit 965239dCopy full SHA for 965239d
build.gradle.kts
@@ -14,7 +14,7 @@ plugins {
14
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
15
id("org.jetbrains.changelog") version "1.3.1"
16
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
17
- id("io.gitlab.arturbosch.detekt") version "1.18.1"
+ id("io.gitlab.arturbosch.detekt") version "1.19.0"
18
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
19
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
20
}
0 commit comments