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 316ec26 + 5536280 commit 230b009Copy full SHA for 230b009
build.gradle.kts
@@ -40,7 +40,7 @@ plugins {
40
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
41
id("org.jetbrains.changelog") version "2.2.0"
42
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
43
- id("io.gitlab.arturbosch.detekt") version "1.23.3"
+ id("io.gitlab.arturbosch.detekt") version "1.23.4"
44
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
45
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
46
}
0 commit comments