Skip to content

Commit e63dba7

Browse files
committed
Update version in README
1 parent 5022ea8 commit e63dba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ A few libraries exist to ease the boilerplate pain, including [GraphQL-Java's bu
5555
<dependency>
5656
<groupId>com.graphql-java-kickstart</groupId>
5757
<artifactId>graphql-java-tools</artifactId>
58-
<version>6.0.0</version>
58+
<version>6.0.2</version>
5959
</dependency>
6060
```
6161
```groovy
62-
compile 'com.graphql-java-kickstart:graphql-java-tools:6.0.0'
62+
compile 'com.graphql-java-kickstart:graphql-java-tools:6.0.2'
6363
```
6464

6565
New releases will be available faster in the JCenter repository than in Maven Central. Add the following to use for Maven

0 commit comments

Comments
 (0)