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 6994686 commit 4e88d5cCopy full SHA for 4e88d5c
example/pom.xml
@@ -65,7 +65,7 @@
65
<spring-boot.version>2.1.2.RELEASE</spring-boot.version>
66
67
<!-- Dependency Versions -->
68
- <graphql-kotlin.version>0.4.3-SNAPSHOT</graphql-kotlin.version>
+ <graphql-kotlin.version>0.5.1-SNAPSHOT</graphql-kotlin.version>
69
</properties>
70
71
<dependencies>
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.expedia</groupId>
7
<artifactId>graphql-kotlin</artifactId>
8
- <version>0.4.3-SNAPSHOT</version>
+ <version>0.5.1-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