mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Change version from -SNAPSHOT to 0.9.0
This commit is contained in:
parent
c180f8767a
commit
24991d739a
10
build.gradle
10
build.gradle
@ -16,7 +16,7 @@ apply plugin: 'witness'
|
||||
apply plugin: 'com.github.johnrengelman.shadow'
|
||||
|
||||
group = 'network.bisq'
|
||||
version = '0.7.1-SNAPSHOT'
|
||||
version = '0.9.0'
|
||||
|
||||
sourceCompatibility = 1.8
|
||||
|
||||
@ -42,10 +42,10 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'network.bisq:bisq-common:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-core:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-p2p:-SNAPSHOT'
|
||||
//compile 'network.bisq:bisq-grpc:-SNAPSHOT'
|
||||
compile 'network.bisq:bisq-common:0.9.0'
|
||||
compile 'network.bisq:bisq-core:0.9.0'
|
||||
compile 'network.bisq:bisq-p2p:0.9.0'
|
||||
//compile 'network.bisq:bisq-grpc:0.9.0'
|
||||
compile 'org.controlsfx:controlsfx:8.0.6_20'
|
||||
compile 'org.reactfx:reactfx:2.0-M3'
|
||||
compile 'net.glxn:qrgen:1.3'
|
||||
|
Loading…
Reference in New Issue
Block a user