diff --git a/settings.gradle b/settings.gradle index 64cfa843..35b70831 100644 --- a/settings.gradle +++ b/settings.gradle @@ -4,7 +4,7 @@ pluginManagement { 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.22.0" apply false - id 'com.github.johnrengelman.shadow' version "7.1.2" apply false + id 'com.github.johnrengelman.shadow' version "8.0.0" apply false id 'com.diffplug.spotless' version '6.13.0' apply false } }