diff --git a/settings.gradle b/settings.gradle index f1cf3a8e..ab0cff3e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -3,7 +3,7 @@ pluginManagement { String kotlinVersion = "1.6.10" id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false id 'com.avast.gradle.docker-compose' version "0.16.11" apply false - id 'io.gitlab.arturbosch.detekt' version "1.21.0" apply false + id 'io.gitlab.arturbosch.detekt' version "1.22.0" apply false id 'com.github.johnrengelman.shadow' version "7.1.2" apply false id 'com.diffplug.spotless' version '6.11.0' apply false }