We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa6c49 commit 35b5c7dCopy full SHA for 35b5c7d
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:9.0.1'
+ compile 'com.graphql-java-kickstart:graphql-java-servlet:9.1.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>9.0.1</version>
+ <version>9.1.0</version>
46
</dependency>
47
48
0 commit comments