Skip to content

Commit

Permalink
Upgrade to BitcoinJ 0.12 GA
Browse files Browse the repository at this point in the history
Resolves #98
  • Loading branch information
cbeams committed Oct 3, 2014
1 parent 9727ea2 commit 1031a72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ task executableJar(type: OneJar) {

repositories {
jcenter()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
maven { url 'http://partnerdemo.artifactoryonline.com/partnerdemo/libs-snapshots-local' }
}

dependencies {
compile 'org.bitcoinj:bitcoinj-core:0.12-SNAPSHOT'
compile 'org.bitcoinj:bitcoinj-core:0.12'
compile 'net.tomp2p:tomp2p-all:5.0-Alpha24.805623c-SNAPSHOT'
compile 'org.slf4j:slf4j-api:1.7.7'
compile 'ch.qos.logback:logback-core:1.1.2'
Expand Down

0 comments on commit 1031a72

Please sign in to comment.