Skip to content

Commit 41b37b4

Browse files
authored
Merge pull request #30 from setchy/graphql-java-15
Graphql java 15
2 parents b051cee + 657a518 commit 41b37b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def getDevelopmentVersion() {
3030

3131

3232
def releaseVersion = System.getProperty("RELEASE_VERSION")
33-
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
33+
releaseVersion ? releaseVersion : getDevelopmentVersion()
3434
group = 'com.graphql-java'
3535

3636
sourceCompatibility = 1.8
@@ -43,7 +43,7 @@ repositories {
4343

4444

4545
dependencies {
46-
compile "com.graphql-java:graphql-java:10.0"
46+
compile "com.graphql-java:graphql-java:15.0"
4747
compile "com.squareup.okhttp3:okhttp:3.2.0"
4848

4949
testCompile 'org.spockframework:spock-core:1.1-groovy-2.4'

0 commit comments

Comments
 (0)