Skip to content

Commit 9e1ef24

Browse files
committed
Update build.gradle
Updating ds3-sdk dependency to latest version
1 parent aa1b226 commit 9e1ef24

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
@@ -15,7 +15,7 @@
1515

1616

1717
allprojects {
18-
version = '3.0.0-RC1'
18+
version = '3.0.0-RC2'
1919
group = 'com.spectralogic'
2020
}
2121

@@ -37,7 +37,7 @@ subprojects {
3737
compile 'ch.qos.logback:logback-core:1.1.6'
3838
compile 'ch.qos.logback:logback-classic:1.1.6'
3939
compile 'com.google.guava:guava:19.0'
40-
compile 'com.spectralogic.ds3:ds3-sdk:3.0.0-RC4'
40+
compile 'com.spectralogic.ds3:ds3-sdk:3.0.0-RC5'
4141
testCompile ('org.mockito:mockito-core:1.10.19') {
4242
exclude group: 'org.hamcrest'
4343
}

0 commit comments

Comments
 (0)