Skip to content

Commit adf42dd

Browse files
version 11.0
1 parent ffbad41 commit adf42dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/documentation/master/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Dependency:
2626

2727
{{< highlight groovy "linenos=table" >}}
2828
dependencies {
29-
compile 'com.graphql-java:graphql-java:9.0'
29+
compile 'com.graphql-java:graphql-java:11.0'
3030
}
3131
{{< / highlight >}}
3232

@@ -39,7 +39,7 @@ Dependency:
3939
<dependency>
4040
<groupId>com.graphql-java</groupId>
4141
<artifactId>graphql-java</artifactId>
42-
<version>10.0</version>
42+
<version>11.0</version>
4343
</dependency>
4444
{{< / highlight >}}
4545

0 commit comments

Comments
 (0)