We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbad41 commit adf42ddCopy full SHA for adf42dd
content/documentation/master/getting-started.md
@@ -26,7 +26,7 @@ Dependency:
26
27
{{< highlight groovy "linenos=table" >}}
28
dependencies {
29
- compile 'com.graphql-java:graphql-java:9.0'
+ compile 'com.graphql-java:graphql-java:11.0'
30
}
31
{{< / highlight >}}
32
@@ -39,7 +39,7 @@ Dependency:
39
<dependency>
40
<groupId>com.graphql-java</groupId>
41
<artifactId>graphql-java</artifactId>
42
- <version>10.0</version>
+ <version>11.0</version>
43
</dependency>
44
45
0 commit comments