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 dbdc513 commit 29c90f6Copy full SHA for 29c90f6
README.md
@@ -26,7 +26,7 @@ kotlin.version=1.3.70
26
27
Add the dependency:
28
```groovy
29
-compile 'com.graphql-java-kickstart:graphql-java-tools:6.3.0'
+compile 'com.graphql-java-kickstart:graphql-java-tools:11.0.0'
30
```
31
32
### Using Maven
@@ -42,7 +42,7 @@ Add the dependency:
42
<dependency>
43
<groupId>com.graphql-java-kickstart</groupId>
44
<artifactId>graphql-java-tools</artifactId>
45
- <version>6.3.0</version>
+ <version>11.0.0</version>
46
</dependency>
47
48
0 commit comments