Skip to content

Commit 0dc6095

Browse files
Bump io.gitlab.arturbosch.detekt from 1.18.1 to 1.19.0
Bumps io.gitlab.arturbosch.detekt from 1.18.1 to 1.19.0. --- updated-dependencies: - dependency-name: io.gitlab.arturbosch.detekt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb37885 commit 0dc6095

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
@@ -14,7 +14,7 @@ plugins {
1414
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
1515
id("org.jetbrains.changelog") version "1.3.1"
1616
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
17-
id("io.gitlab.arturbosch.detekt") version "1.18.1"
17+
id("io.gitlab.arturbosch.detekt") version "1.19.0"
1818
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
1919
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
2020
}

0 commit comments

Comments
 (0)