We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51774f0 + db9b740 commit af891dbCopy full SHA for af891db
README.md
@@ -35,7 +35,7 @@ syntax for GraphQL schema definition.
35
36
```groovy
37
dependencies {
38
- compile "io.github.graphql-java:graphql-java-annotations:6.2"
+ compile "io.github.graphql-java:graphql-java-annotations:7.0"
39
}
40
```
41
@@ -45,7 +45,7 @@ dependencies {
45
<dependency>
46
<groupId>io.github.graphql-java</groupId>
47
<artifactId>graphql-java-annotations</artifactId>
48
- <version>6.2</version>
+ <version>7.0</version>
49
</dependency>
50
51
gradle.properties
@@ -5,4 +5,4 @@ org.gradle.daemon=true
5
org.gradle.parallel=true
6
org.gradle.jvmargs=-Dfile.encoding=UTF-8
7
8
-version = 6.2.1
+version = 7.0
0 commit comments