bump knowm xchange lib version

This commit is contained in:
Radovan Panak 2018-06-01 15:37:51 +02:00
parent 3f82a97927
commit d1161153dc
1 changed files with 3 additions and 3 deletions

View File

@ -32,11 +32,11 @@ dependencies {
compile(group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.8.0')
compile(group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.2')
compile(group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.8.2')
compile(group: 'org.knowm.xchange', name: 'xchange-core', version: '4.2.1')
compile(group: 'org.knowm.xchange', name: 'xchange-core', version: '4.2.3')
compile(group: 'com.google.guava', name: 'guava', version: '18.0')
compile(group: 'com.google.zxing', name: 'core', version: '2.3.0')
compile(group: 'org.knowm.xchange', name: 'xchange-bitfinex', version: '4.2.1')
compile(group: 'org.knowm.xchange', name: 'xchange-itbit', version: '4.2.1')
compile(group: 'org.knowm.xchange', name: 'xchange-bitfinex', version: '4.2.3')
compile(group: 'org.knowm.xchange', name: 'xchange-itbit', version: '4.2.3')
}
dependencySubstitutions {