We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac0f549 + 032c0e1 commit 845befdCopy full SHA for 845befd
build.gradle.kts
@@ -15,7 +15,7 @@ plugins {
15
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
16
id("org.jetbrains.changelog") version "1.1.2"
17
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
18
- id("io.gitlab.arturbosch.detekt") version "1.15.0"
+ id("io.gitlab.arturbosch.detekt") version "1.16.0"
19
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
20
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
21
}
0 commit comments