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 6239b2f commit 0aec4e5Copy full SHA for 0aec4e5
README.md
@@ -26,7 +26,7 @@ kotlin.version=1.5.0
26
27
Add the dependency:
28
```groovy
29
-compile 'com.graphql-java-kickstart:graphql-java-tools:11.1.0'
+compile 'com.graphql-java-kickstart:graphql-java-tools:11.1.1'
30
```
31
32
### Using Maven
@@ -43,7 +43,7 @@ Add the dependency:
43
<dependency>
44
<groupId>com.graphql-java-kickstart</groupId>
45
<artifactId>graphql-java-tools</artifactId>
46
- <version>11.1.0</version>
+ <version>11.1.1</version>
47
</dependency>
48
49
0 commit comments