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 f4a4567 commit b8b9c10Copy full SHA for b8b9c10
README.md
@@ -26,7 +26,7 @@ kotlin.version=1.8.21
26
27
Add the dependency:
28
```groovy
29
-compile 'com.graphql-java-kickstart:graphql-java-tools:13.1.0'
+compile 'com.graphql-java-kickstart:graphql-java-tools:13.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>13.1.0</version>
+ <version>13.1.1</version>
47
</dependency>
48
49
0 commit comments