We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0f2f7 commit 4e73262Copy full SHA for 4e73262
2 files changed
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.2'
+compile 'com.graphql-java-kickstart:graphql-java-tools:12.0.0'
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.2</version>
+ <version>12.0.0</version>
47
</dependency>
48
49
pom.xml
@@ -4,7 +4,7 @@
4
5
6
7
- <version>11.1.3-SNAPSHOT</version>
+ <version>12.0.0-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
<name>GraphQL Java Tools</name>
0 commit comments