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.
2 parents b051cee + 657a518 commit 41b37b4Copy full SHA for 41b37b4
build.gradle
@@ -30,7 +30,7 @@ def getDevelopmentVersion() {
30
31
32
def releaseVersion = System.getProperty("RELEASE_VERSION")
33
-version = releaseVersion ? releaseVersion : getDevelopmentVersion()
+releaseVersion ? releaseVersion : getDevelopmentVersion()
34
group = 'com.graphql-java'
35
36
sourceCompatibility = 1.8
@@ -43,7 +43,7 @@ repositories {
43
44
45
dependencies {
46
- compile "com.graphql-java:graphql-java:10.0"
+ compile "com.graphql-java:graphql-java:15.0"
47
compile "com.squareup.okhttp3:okhttp:3.2.0"
48
49
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'
0 commit comments