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 2ec824f commit ae8207dCopy full SHA for ae8207d
build.gradle.kts
@@ -51,7 +51,7 @@ tasks.withType<JavaCompile> {
51
52
dependencies {
53
implementation("info.picocli:picocli:4.6.1")
54
- implementation("com.graphql-java:graphql-java:0.0.0-2021-07-29T09-42-35-b7c6d4b5")
+ implementation("com.graphql-java:graphql-java:0.0.0-2021-08-01T03-54-24-35768a0e")
55
annotationProcessor("info.picocli:picocli-codegen:4.6.1")
56
testCompile("junit", "junit", "4.12")
57
}
0 commit comments