Skip to content

Commit 558c23e

Browse files
authored
Update README.md
1 parent eebbaeb commit 558c23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ syntax for GraphQL schema definition.
3535

3636
```groovy
3737
dependencies {
38-
compile "io.github.graphql-java:graphql-java-annotations:7.0.1"
38+
compile "io.github.graphql-java:graphql-java-annotations:7.1"
3939
}
4040
```
4141

@@ -45,7 +45,7 @@ dependencies {
4545
<dependency>
4646
<groupId>io.github.graphql-java</groupId>
4747
<artifactId>graphql-java-annotations</artifactId>
48-
<version>7.0.1</version>
48+
<version>7.1</version>
4949
</dependency>
5050
```
5151

0 commit comments

Comments
 (0)