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 01964a4 commit d5f4b31Copy full SHA for d5f4b31
build.gradle.kts
@@ -128,7 +128,7 @@ subprojects {
128
apply<io.gitlab.arturbosch.detekt.DetektPlugin>()
129
val detektPlugins by configurations
130
dependencies {
131
- detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0")
+ detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
132
}
133
134
tasks {
0 commit comments