Skip to content

Commit

Permalink
Merge pull request #281 from Enigmatis/v9.1
Browse files Browse the repository at this point in the history
v9.1
  • Loading branch information
yarinvak authored Sep 6, 2021
2 parents 88d0fb2 + 76e75b1 commit e7e2b95
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: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
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 = 9.0
version = 9.1

0 comments on commit e7e2b95

Please sign in to comment.