Skip to content

Commit 6ff271f

Browse files
authored
Merge branch 'master' into #434_GraphQlInputObjectType_at_runtime_wiring_on_nonnull_input
2 parents c35b84d + c4889c2 commit 6ff271f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ kotlin.version=1.3.70
2525

2626
Add 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.1-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>GraphQL Java Tools</name>

0 commit comments

Comments
 (0)