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 ee67a5a commit 94f95f8Copy full SHA for 94f95f8
example/pom.xml
@@ -64,7 +64,7 @@
64
<kotlin.version>1.3.21</kotlin.version>
65
66
<!-- Dependency Versions -->
67
- <graphql-kotlin.version>0.2.12-SNAPSHOT</graphql-kotlin.version>
+ <graphql-kotlin.version>0.2.13-SNAPSHOT</graphql-kotlin.version>
68
</properties>
69
70
<build>
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.expedia</groupId>
7
<artifactId>graphql-kotlin</artifactId>
8
- <version>0.2.12-SNAPSHOT</version>
+ <version>0.2.13-SNAPSHOT</version>
9
<name>graphql-kotlin</name>
10
<description>Code-only GraphQL schema generation for Kotlin</description>
11
<url>https://github.com/ExpediaDotCom/graphql-kotlin</url>
0 commit comments