File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
2525
2626Add the dependency:
2727``` 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'
2929```
3030
3131### Using Maven
@@ -41,7 +41,7 @@ Add the dependency:
4141<dependency >
4242 <groupId >com.graphql-java-kickstart</groupId >
4343 <artifactId >graphql-java-tools</artifactId >
44- <version >6.2 .0</version >
44+ <version >6.3 .0</version >
4545</dependency >
4646```
4747
Original file line number Diff line number Diff line change 44
55 <groupId >com.graphql-java-kickstart</groupId >
66 <artifactId >graphql-java-tools</artifactId >
7- <version >6.2.1 -SNAPSHOT</version >
7+ <version >6.3.0 -SNAPSHOT</version >
88 <packaging >jar</packaging >
99
1010 <name >GraphQL Java Tools</name >
You can’t perform that action at this time.
0 commit comments