Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Commit

Permalink
Fix broken bisq-core artifact resolution (#1)
Browse files Browse the repository at this point in the history
See bisq-network/bisq@19b9c6fe for details on why this breakage
occurred and why this change fixes it.
  • Loading branch information
cbeams committed Mar 9, 2018
1 parent d345ebd commit 45afb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>io.bisq.exchange</groupId>
<artifactId>core</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit 45afb44

Please sign in to comment.