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 579e60f commit 7d8dba8Copy full SHA for 7d8dba8
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:2021-02-13T23-17-27-86627c27")
+ implementation("com.graphql-java:graphql-java:17.0-beta1")
55
annotationProcessor("info.picocli:picocli-codegen:4.6.1")
56
testCompile("junit", "junit", "4.12")
57
}
0 commit comments