Skip to content

Commit

Permalink
Update to 0.0.22 (#63)
Browse files Browse the repository at this point in the history
* Update pom.xml

* Update pom.xml
  • Loading branch information
gscheibel authored Nov 13, 2018
1 parent eba1741 commit ed0fde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<kotlin.version>1.2.71</kotlin.version>
<junit.version>4.12</junit.version>
<graphiql.version>5.0.2</graphiql.version>
<graphql-kotlin.version>0.0.21-SNAPSHOT</graphql-kotlin.version>
<graphql-kotlin.version>0.0.22-SNAPSHOT</graphql-kotlin.version>
<graphql-servlet.version>6.1.2</graphql-servlet.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.expedia.www</groupId>
<artifactId>graphql-kotlin</artifactId>
<version>0.0.21-SNAPSHOT</version>
<version>0.0.22-SNAPSHOT</version>
<name>graphql-kotlin</name>
<description>Code-only GraphQL schema generation for Kotlin</description>
<url>https://github.com/ExpediaDotCom/graphql-kotlin</url>
Expand Down

0 comments on commit ed0fde8

Please sign in to comment.