Skip to content

Commit

Permalink
Merge pull request #266 from Enigmatis/v8.3
Browse files Browse the repository at this point in the history
v8.3
  • Loading branch information
yarinvak authored Oct 30, 2020
2 parents 6246639 + 5bf441d commit 70ab0f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ org.gradle.daemon=true
org.gradle.parallel=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8

version = 8.2
version = 8.3

0 comments on commit 70ab0f7

Please sign in to comment.