File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This is a GraphQL Java implementation based on the [specification](https://githu
1010and the JavaScript [ reference implementation] ( https://github.com/graphql/graphql-js ) .
1111
1212
13- ** Status** : Version ` 2.0 .0 ` is released.
13+ ** Status** : Version ` 2.1 .0 ` is released.
1414
1515The versioning follows [ Semantic Versioning] ( http://semver.org ) since ` 2.0.0 ` .
1616
@@ -119,7 +119,7 @@ Dependency:
119119
120120``` groovy
121121dependencies {
122- compile 'com.graphql-java:graphql-java:2.0 .0'
122+ compile 'com.graphql-java:graphql-java:2.1 .0'
123123}
124124
125125```
@@ -132,7 +132,7 @@ Dependency:
132132<dependency >
133133 <groupId >com.graphql-java</groupId >
134134 <artifactId >graphql-java</artifactId >
135- <version >2.0 .0</version >
135+ <version >2.1 .0</version >
136136</dependency >
137137
138138```
You can’t perform that action at this time.
0 commit comments