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 924e285 commit 2d15047Copy full SHA for 2d15047
build.gradle.kts
@@ -10,9 +10,9 @@ plugins {
10
}
11
12
dependencies {
13
- implementation("com.expediagroup", "graphql-kotlin-schema-generator", "7.1.1")
14
- implementation("com.expediagroup", "graphql-kotlin-server", "7.1.1")
15
- implementation("com.expediagroup", "graphql-kotlin-federation", "7.1.1")
+ implementation("com.expediagroup", "graphql-kotlin-schema-generator", "7.1.4")
+ implementation("com.expediagroup", "graphql-kotlin-server", "7.1.4")
+ implementation("com.expediagroup", "graphql-kotlin-federation", "7.1.4")
16
17
18
sourceSets {
0 commit comments