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 7a31aee commit 0ba3356Copy full SHA for 0ba3356
README.md
@@ -20,14 +20,14 @@ With Maven:
20
<dependency>
21
<groupId>com.expedia.www</groupId>
22
<artifactId>graphql-kotlin</artifactId>
23
- <version>0.0.8</version>
+ <version>0.0.9</version>
24
</dependency>
25
```
26
27
With Gradle:
28
29
```groovy
30
-compile(group: 'com.expedia.www', artifact: 'graphql-kotlin', version: '0.0.8')
+compile(group: 'com.expedia.www', artifact: 'graphql-kotlin', version: '0.0.9')
31
32
33
## Generating a schema
0 commit comments