Skip to content

Commit 845befd

Browse files
authored
Merge pull request #1 from Mayconsgs/dependabot/gradle/io.gitlab.arturbosch.detekt-1.16.0
Bump io.gitlab.arturbosch.detekt from 1.15.0 to 1.16.0
2 parents ac0f549 + 032c0e1 commit 845befd

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
@@ -15,7 +15,7 @@ plugins {
1515
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
1616
id("org.jetbrains.changelog") version "1.1.2"
1717
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
18-
id("io.gitlab.arturbosch.detekt") version "1.15.0"
18+
id("io.gitlab.arturbosch.detekt") version "1.16.0"
1919
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
2020
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
2121
}

0 commit comments

Comments
 (0)