Skip to content

Commit 4f28d7b

Browse files
authored
Merge pull request #62 from sourceplusplus/dependabot/gradle/io.gitlab.arturbosch.detekt-1.20.0
Bump io.gitlab.arturbosch.detekt from 1.19.0 to 1.20.0
2 parents b3df0fb + ac09698 commit 4f28d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
String kotlinVersion = "1.6.10"
44
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
55
id 'com.avast.gradle.docker-compose' version "0.15.2" apply false
6-
id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false
6+
id 'io.gitlab.arturbosch.detekt' version "1.20.0" apply false
77
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
88
id 'com.diffplug.spotless' version '6.4.2' apply false
99
}

0 commit comments

Comments
 (0)