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 9c406e6 commit 84e18e4Copy full SHA for 84e18e4
README.md
@@ -14,7 +14,7 @@ ATTENTION THAT VER 6.0 WAS NOT RELEASED CORRECTLY AND WILL BE FIXED SOON
14
15
```groovy
16
dependencies {
17
- compile "io.github.graphql-java:graphql-java-annotations:5.4"
+ compile "io.github.graphql-java:graphql-java-annotations:6.1"
18
}
19
```
20
@@ -24,7 +24,7 @@ dependencies {
24
<dependency>
25
<groupId>io.github.graphql-java</groupId>
26
<artifactId>graphql-java-annotations</artifactId>
27
- <version>5.4</version>
+ <version>6.1</version>
28
</dependency>
29
30
0 commit comments