Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yarinvak authored Oct 30, 2020
1 parent a7e4053 commit 5bf441d
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:8.2"
compile "io.github.graphql-java:graphql-java-annotations:8.3"
}
```

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

Expand Down

0 comments on commit 5bf441d

Please sign in to comment.