Skip to content

Commit 72b74c3

Browse files
Bump detekt-formatting from 1.21.0 to 1.22.0
Bumps [detekt-formatting](https://github.com/detekt/detekt) from 1.21.0 to 1.22.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] <[email protected]>
1 parent 3ffbe3a commit 72b74c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ allprojects {
4747
apply(plugin = "io.gitlab.arturbosch.detekt")
4848

4949
dependencies {
50-
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.21.0")
50+
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.22.0")
5151
}
5252

5353
detekt {

0 commit comments

Comments
 (0)