We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e4efe commit a9461afCopy full SHA for a9461af
1 file changed
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group = 'com.imsweb'
13
-version = '3.6'
+version = '3.7-SNAPSHOT'
14
description = 'Java client library for SEER*API'
15
16
println "Starting build using ${Jvm.current()}"
@@ -28,8 +28,8 @@ repositories {
28
29
30
dependencies {
31
- compile 'com.squareup.retrofit2:retrofit:2.2.0'
32
- compile 'com.squareup.retrofit2:converter-jackson:2.1.0'
+ compile 'com.squareup.retrofit2:retrofit:2.3.0'
+ compile 'com.squareup.retrofit2:converter-jackson:2.3.0'
33
34
testCompile 'junit:junit:4.11'
35
0 commit comments