We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff20b04 commit adce285Copy full SHA for adce285
settings.gradle
@@ -10,7 +10,7 @@ pluginManagement {
10
id 'com.avast.gradle.docker-compose' version "0.15.0" apply false
11
id 'io.gitlab.arturbosch.detekt' version "1.19.0" apply false
12
id 'com.github.johnrengelman.shadow' version "7.1.2" apply false
13
- id 'com.apollographql.apollo3' version "3.0.0" apply false
+ id 'com.apollographql.apollo3' version "3.1.0" apply false
14
id 'org.mikeneck.graalvm-native-image' version "1.4.1" apply false
15
id 'com.diffplug.spotless' version '6.2.1' apply false
16
}
0 commit comments