Skip to content

Commit

Permalink
Merge pull request #47 from graphql-java/upgrade-to-17
Browse files Browse the repository at this point in the history
Updating to graphql-java 17.0
  • Loading branch information
bbakerman committed Aug 3, 2021
2 parents ac72af3 + 23304c5 commit aff4d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {


dependencies {
compile "com.graphql-java:graphql-java:17.0-beta1"
compile "com.graphql-java:graphql-java:17.0"

testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'
testImplementation('org.codehaus.groovy:groovy:2.5.13')
Expand Down

0 comments on commit aff4d46

Please sign in to comment.