Bump detekt-formatting from 1.17.0 to 1.17.1

Bumps [detekt-formatting](https://github.com/detekt/detekt) from 1.17.0 to 1.17.1.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/commits)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-05-21 06:05:29 +00:00
committed by Jakub Chrzanowski
parent 6f75f2bb31
commit 466baaf501

View File

@@ -27,7 +27,7 @@ repositories {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.17.0") detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.17.1")
} }
// Configure gradle-intellij-plugin plugin. // Configure gradle-intellij-plugin plugin.