File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ kotlin.version=1.3.70
25
25
26
26
Add the dependency:
27
27
``` groovy
28
- compile 'com.graphql-java-kickstart:graphql-java-tools:6.2 .0'
28
+ compile 'com.graphql-java-kickstart:graphql-java-tools:6.3 .0'
29
29
```
30
30
31
31
### Using Maven
@@ -41,7 +41,7 @@ Add the dependency:
41
41
<dependency >
42
42
<groupId >com.graphql-java-kickstart</groupId >
43
43
<artifactId >graphql-java-tools</artifactId >
44
- <version >6.2 .0</version >
44
+ <version >6.3 .0</version >
45
45
</dependency >
46
46
```
47
47
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.graphql-java-kickstart</groupId >
6
6
<artifactId >graphql-java-tools</artifactId >
7
- <version >6.2.1 -SNAPSHOT</version >
7
+ <version >6.3.0 -SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >GraphQL Java Tools</name >
You can’t perform that action at this time.
0 commit comments