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 1a820d2 commit 26e6ce2Copy full SHA for 26e6ce2
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:8.0"
+ compile "io.github.graphql-java:graphql-java-annotations:8.0.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>8.0</version>
+ <version>8.0.1</version>
51
</dependency>
52
53
0 commit comments