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 eb37885 commit 0dc6095Copy full SHA for 0dc6095
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