From 9a010a1a4daf1f6f81d533d51ddf32240199ee32 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Fri, 14 Nov 2014 01:34:44 +0100 Subject: [PATCH] Update to latest master --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 20b5f2592c..e3c45ce1b2 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ repositories { dependencies { compile 'org.bitcoinj:bitcoinj-core:0.12' - compile 'net.tomp2p:tomp2p-all:5.0-Alpha.aa0c736-SNAPSHOT' + compile 'net.tomp2p:tomp2p-all:5.0-Alpha.60850a9-SNAPSHOT' compile 'org.springframework:spring-core:4.1.1.RELEASE' compile 'net.sf.jopt-simple:jopt-simple:4.8' compile 'org.slf4j:slf4j-api:1.7.7'