We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abb3ed commit 93260b6Copy full SHA for 93260b6
README.md
@@ -25,7 +25,7 @@ kotlin.version=1.3.70
25
26
Add the dependency:
27
```groovy
28
-compile 'com.graphql-java-kickstart:graphql-java-tools:6.2.0'
+compile 'com.graphql-java-kickstart:graphql-java-tools:6.3.0'
29
```
30
31
### Using Maven
@@ -41,7 +41,7 @@ Add the dependency:
41
<dependency>
42
<groupId>com.graphql-java-kickstart</groupId>
43
<artifactId>graphql-java-tools</artifactId>
44
- <version>6.2.0</version>
+ <version>6.3.0</version>
45
</dependency>
46
47
pom.xml
@@ -4,7 +4,7 @@
4
5
6
7
- <version>6.2.1-SNAPSHOT</version>
+ <version>6.3.0-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>GraphQL Java Tools</name>
0 commit comments