Skip to content

Commit

Permalink
Merge pull request #211 from yarinvak/release/version7
Browse files Browse the repository at this point in the history
version 7.0
  • Loading branch information
yarinvak authored May 12, 2019
2 parents 51774f0 + db9b740 commit af891db
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 @@ -35,7 +35,7 @@ syntax for GraphQL schema definition.

```groovy
dependencies {
compile "io.github.graphql-java:graphql-java-annotations:6.2"
compile "io.github.graphql-java:graphql-java-annotations:7.0"
}
```

Expand All @@ -45,7 +45,7 @@ dependencies {
<dependency>
<groupId>io.github.graphql-java</groupId>
<artifactId>graphql-java-annotations</artifactId>
<version>6.2</version>
<version>7.0</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 = 6.2.1
version = 7.0

0 comments on commit af891db

Please sign in to comment.