File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ With Maven:
20
20
<dependency >
21
21
<groupId >com.expedia.www</groupId >
22
22
<artifactId >graphql-kotlin</artifactId >
23
- <version >0.0.11 </version >
23
+ <version >0.0.12 </version >
24
24
</dependency >
25
25
```
26
26
27
27
With Gradle:
28
28
29
29
``` groovy
30
- compile(group: 'com.expedia.www', artifact: 'graphql-kotlin', version: '0.0.11 ')
30
+ compile(group: 'com.expedia.www', artifact: 'graphql-kotlin', version: '0.0.12 ')
31
31
```
32
32
33
33
## Generating a schema
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.expedia.www</groupId >
7
7
<artifactId >graphql-kotlin</artifactId >
8
- <version >0.0.11 -SNAPSHOT</version >
8
+ <version >0.0.12 -SNAPSHOT</version >
9
9
<name >graphql-kotlin</name >
10
10
<description >Code-only GraphQL schema generation for Kotlin</description >
11
11
<url >https://github.com/ExpediaDotCom/graphql-kotlin</url >
You can’t perform that action at this time.
0 commit comments