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 f2826e3 commit 9bb426bCopy full SHA for 9bb426b
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
14
id("org.jetbrains.changelog") version "0.6.2"
15
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
16
- id("io.gitlab.arturbosch.detekt") version "1.14.2"
+ id("io.gitlab.arturbosch.detekt") version "1.15.0"
17
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
18
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
19
}
0 commit comments