mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Change order of dependencies
Just to retrigger a travis build as for some strange reasons core does not get resolved.
This commit is contained in:
parent
1755388efa
commit
d2eae6b99e
@ -40,8 +40,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'network.bisq:bisq-core:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-p2p:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-core:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-common:-SNAPSHOT'
|
||||
compile 'org.controlsfx:controlsfx:8.0.6_20'
|
||||
compile 'org.reactfx:reactfx:2.0-M3'
|
||||
|
Loading…
Reference in New Issue
Block a user