Skip to content

Commit 4ac026e

Browse files
committed
Updating graphql-java dependency to 15.0
1 parent b051cee commit 4ac026e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

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

3131

3232
def releaseVersion = System.getProperty("RELEASE_VERSION")
33-
version = releaseVersion ? releaseVersion : getDevelopmentVersion()
33+
version = '2.0.0-SNAPSHOT'
34+
//releaseVersion ? releaseVersion : getDevelopmentVersion()
3435
group = 'com.graphql-java'
3536

3637
sourceCompatibility = 1.8
@@ -43,7 +44,7 @@ repositories {
4344

4445

4546
dependencies {
46-
compile "com.graphql-java:graphql-java:10.0"
47+
compile "com.graphql-java:graphql-java:15.0"
4748
compile "com.squareup.okhttp3:okhttp:3.2.0"
4849

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

0 commit comments

Comments
 (0)