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 9f7cc7a commit d0e3cd6Copy full SHA for d0e3cd6
example/pom.xml
@@ -65,7 +65,7 @@
65
66
<!-- Dependency Versions -->
67
<graphiql.version>5.0.2</graphiql.version>
68
- <graphql-kotlin.version>0.1.1-SNAPSHOT</graphql-kotlin.version>
+ <graphql-kotlin.version>0.1.2-SNAPSHOT</graphql-kotlin.version>
69
<graphql-servlet.version>6.1.2</graphql-servlet.version>
70
71
<!-- Test Dependency Versions -->
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.expedia</groupId>
7
<artifactId>graphql-kotlin</artifactId>
8
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.2-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