Skip to content

Commit

Permalink
Update poms versions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
gscheibel authored Oct 16, 2018
1 parent 75136a5 commit 4817dc1
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.18-SNAPSHOT</graphql-kotlin.version>
<graphql-kotlin.version>0.0.20-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.18-SNAPSHOT</version>
<version>0.0.20-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 4817dc1

Please sign in to comment.