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 b4f4bc0 + 336bd49 commit d4b42e3Copy full SHA for d4b42e3
build.gradle
@@ -21,7 +21,7 @@ apply plugin: 'maven'
21
apply plugin: 'idea'
22
apply plugin: 'application'
23
24
-version = '0.7.3-SNAPSHOT'
+version = '0.7.4-SNAPSHOT'
25
group = 'com.spectralogic'
26
27
mainClassName = 'com.spectralogic.ds3cli.Main'
@@ -35,7 +35,7 @@ dependencies {
35
compile fileTree(dir: 'lib', include: '*.jar')
36
compile 'commons-cli:commons-cli:1.2'
37
compile 'com.google.guava:guava:16.0.1'
38
- compile 'com.spectralogic:ds3_java_sdk:0.7.3-SNAPSHOT'
+ compile 'com.spectralogic:ds3_java_sdk:0.7.4-SNAPSHOT'
39
testCompile 'com.googlecode.jmockit:jmockit:1.4'
40
testCompile 'junit:junit:4.11'
41
}
0 commit comments