diff --git a/settings.gradle b/settings.gradle index 57afa19..0cefd0c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -7,7 +7,7 @@ pluginManagement { id 'org.jetbrains.kotlin.plugin.serialization' version kotlinVersion apply false id 'org.jetbrains.kotlin.kapt' version kotlinVersion apply false id 'org.jetbrains.kotlin.plugin.noarg' version kotlinVersion apply false - id 'com.avast.gradle.docker-compose' version "0.14.13" apply false + id 'com.avast.gradle.docker-compose' version "0.15.0" apply false id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false id 'com.github.johnrengelman.shadow' version "7.1.2" apply false id 'com.apollographql.apollo3' version "3.0.0" apply false