We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba162a commit 043ed02Copy full SHA for 043ed02
README.md
@@ -31,7 +31,7 @@ repositories {
31
Add the `graphql-java-servlet` dependency:
32
```gradle
33
dependencies {
34
- compile 'com.graphql-java-kickstart:graphql-java-servlet:7.5.0'
+ compile 'com.graphql-java-kickstart:graphql-java-servlet:8.0.0'
35
}
36
```
37
@@ -42,7 +42,7 @@ Add the `graphql-java-servlet` dependency:
42
<dependency>
43
<groupId>com.graphql-java-kickstart</groupId>
44
<artifactId>graphql-java-servlet</artifactId>
45
- <version>7.5.0</version>
+ <version>8.0.0</version>
46
</dependency>
47
48
0 commit comments