Skip to content

Commit 4e91d61

Browse files
committed
Updated gitter link
1 parent f69ec1d commit 4e91d61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![TravisCI Build](https://travis-ci.org/graphql-java-kickstart/graphql-java-tools.svg?branch=master)](https://travis-ci.org/graphql-java-kickstart/graphql-java-tools)
44
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-tools/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-tools)
5-
[![Chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/graphql-java/graphql-java)
5+
[![Chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/graphql-java-kickstart/Lobby)
66

77
This library allows you to use the GraphQL schema language to build your [graphql-java](https://github.com/graphql-java/graphql-java) schema.
88
Inspired by [graphql-tools](https://github.com/apollographql/graphql-tools), it parses the given GraphQL schema and allows you to BYOO (bring your own object) to fill in the implementations.
@@ -53,11 +53,11 @@ A few libraries exist to ease the boilerplate pain, including [GraphQL-Java's bu
5353
<dependency>
5454
<groupId>com.graphql-java</groupId>
5555
<artifactId>graphql-java-tools</artifactId>
56-
<version>5.2.0</version>
56+
<version>5.2.4</version>
5757
</dependency>
5858
```
5959
```groovy
60-
compile 'com.graphql-java:graphql-java-tools:5.2.0'
60+
compile 'com.graphql-java:graphql-java-tools:5.2.4'
6161
```
6262

6363
### Examples

0 commit comments

Comments
 (0)