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 d19c53a commit 3420b47Copy full SHA for 3420b47
README.md
@@ -26,7 +26,7 @@ kotlin.version=1.7.10
26
27
Add the dependency:
28
```groovy
29
-compile 'com.graphql-java-kickstart:graphql-java-tools:13.0.0'
+compile 'com.graphql-java-kickstart:graphql-java-tools:13.0.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.0.0</version>
+ <version>13.0.1</version>
47
</dependency>
48
49
0 commit comments