Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apottere committed Jul 10, 2018
1 parent b246a0b commit c391c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,15 +16,15 @@ repositories {
}
dependencies {
compile 'com.graphql-java:graphql-java-servlet:5.0.1'
compile 'com.graphql-java:graphql-java-servlet:5.1.0'
}
```

```xml
<dependency>
<groupId>com.graphql-java</groupId>
<artifactId>graphql-java-servlet</artifactId>
<version>5.0.1</version>
<version>5.1.0</version>
</dependency>
```

Expand Down

0 comments on commit c391c51

Please sign in to comment.