Skip to content

Commit db0d494

Browse files
Bump detekt-formatting from 1.18.1 to 1.19.0
Bumps [detekt-formatting](https://github.com/detekt/detekt) from 1.18.1 to 1.19.0. - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/commits) --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 965239d commit db0d494

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
@@ -28,7 +28,7 @@ repositories {
2828
mavenCentral()
2929
}
3030
dependencies {
31-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.18.1")
31+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.19.0")
3232
testImplementation(platform("org.junit:junit-bom:5.8.2"))
3333
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
3434
}

0 commit comments

Comments
 (0)