We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bce115 commit f784119Copy full SHA for f784119
settings.gradle
@@ -2,7 +2,7 @@ pluginManagement {
2
plugins {
3
String kotlinVersion = "1.8.22"
4
id 'org.jetbrains.kotlin.jvm' version kotlinVersion apply false
5
- id 'com.avast.gradle.docker-compose' version "0.17.4" apply false
+ id 'com.avast.gradle.docker-compose' version "0.17.5" apply false
6
id 'io.gitlab.arturbosch.detekt' version "1.23.0" apply false
7
id 'com.apollographql.apollo3' version "3.8.2" apply false
8
id 'com.diffplug.spotless' version '6.20.0' apply false
0 commit comments