Skip to content

Commit d5f4b31

Browse files
fix(deps): update dependency io.gitlab.arturbosch.detekt:detekt-formatting to v1.23.1 (#1022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01964a4 commit d5f4b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ subprojects {
128128
apply<io.gitlab.arturbosch.detekt.DetektPlugin>()
129129
val detektPlugins by configurations
130130
dependencies {
131-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.0")
131+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")
132132
}
133133

134134
tasks {

0 commit comments

Comments
 (0)