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 88d0fb2 commit 30dde7aCopy full SHA for 30dde7a
README.md
@@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using
37
38
```groovy
39
dependencies {
40
- compile "io.github.graphql-java:graphql-java-annotations:9.0"
+ compile "io.github.graphql-java:graphql-java-annotations:9.1"
41
}
42
```
43
@@ -47,7 +47,7 @@ dependencies {
47
<dependency>
48
<groupId>io.github.graphql-java</groupId>
49
<artifactId>graphql-java-annotations</artifactId>
50
- <version>9.0</version>
+ <version>9.1</version>
51
</dependency>
52
53
0 commit comments