Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak authored Sep 6, 2021
1 parent 88d0fb2 commit 30dde7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you would like to use a tool that creates a graphql spring boot server using

```groovy
dependencies {
compile "io.github.graphql-java:graphql-java-annotations:9.0"
compile "io.github.graphql-java:graphql-java-annotations:9.1"
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>io.github.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>9.0</version>
<version>9.1</version>
</dependency>
```

Expand Down

0 comments on commit 30dde7a

Please sign in to comment.