Skip to content

Commit

Permalink
Bump detekt-formatting from 1.19.0 to 1.20.0
Browse files Browse the repository at this point in the history
Bumps [detekt-formatting](https://github.com/detekt/detekt) from 1.19.0 to 1.20.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]>
  • Loading branch information
dependabot[bot] authored and warting committed Apr 15, 2022
1 parent e862015 commit 56b6254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ allprojects {
apply(plugin = "io.gitlab.arturbosch.detekt")

dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.19.0")
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.20.0")
}

detekt {
Expand Down

0 comments on commit 56b6254

Please sign in to comment.