File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ With Maven:
2020<dependency >
2121 <groupId >com.expedia.www</groupId >
2222 <artifactId >graphql-kotlin</artifactId >
23- <version >0.0.11 </version >
23+ <version >0.0.12 </version >
2424</dependency >
2525```
2626
2727With Gradle:
2828
2929``` 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 ')
3131```
3232
3333## Generating a schema
Original file line number Diff line number Diff line change 55
66 <groupId >com.expedia.www</groupId >
77 <artifactId >graphql-kotlin</artifactId >
8- <version >0.0.11 -SNAPSHOT</version >
8+ <version >0.0.12 -SNAPSHOT</version >
99 <name >graphql-kotlin</name >
1010 <description >Code-only GraphQL schema generation for Kotlin</description >
1111 <url >https://github.com/ExpediaDotCom/graphql-kotlin</url >
You can’t perform that action at this time.
0 commit comments