Skip to content

Commit 434c5f1

Browse files
committed
Updated version numbers in the README
1 parent a7b48dc commit 434c5f1

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
@@ -31,11 +31,11 @@ A few libraries exist to ease the boilerplate pain, including [GraphQL-Java's bu
3131
<dependency>
3232
<groupId>com.graphql-java-kickstart</groupId>
3333
<artifactId>graphql-java-tools</artifactId>
34-
<version>5.3.3</version>
34+
<version>5.4.0</version>
3535
</dependency>
3636
```
3737
```groovy
38-
compile 'com.graphql-java-kickstart:graphql-java-tools:5.3.3'
38+
compile 'com.graphql-java-kickstart:graphql-java-tools:5.4.0'
3939
```
4040

4141
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)