mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Update to btcd-cli4j 1763d7ef
- Fixes missing scriptType enum
This commit is contained in:
parent
a9e32c0bdd
commit
0414b1baec
@ -24,7 +24,7 @@ dependencies {
|
||||
compile project(':assets')
|
||||
compile project(':p2p')
|
||||
compile 'net.sf.jopt-simple:jopt-simple:5.0.3'
|
||||
compile('network.bisq.btcd-cli4j:btcd-cli4j-core:cb5c474b') {
|
||||
compile('network.bisq.btcd-cli4j:btcd-cli4j-core:1763d7ef') {
|
||||
exclude(module: 'slf4j-api')
|
||||
exclude(module: 'httpclient')
|
||||
exclude(module: 'commons-lang3')
|
||||
@ -32,7 +32,7 @@ dependencies {
|
||||
exclude(module: 'jackson-annotations')
|
||||
exclude(module: 'jackson-databind')
|
||||
}
|
||||
compile('network.bisq.btcd-cli4j:btcd-cli4j-daemon:cb5c474b') {
|
||||
compile('network.bisq.btcd-cli4j:btcd-cli4j-daemon:1763d7ef') {
|
||||
exclude(module: 'slf4j-api')
|
||||
exclude(module: 'httpclient')
|
||||
exclude(module: 'commons-lang3')
|
||||
|
Loading…
Reference in New Issue
Block a user