From 166e8d325ac38b43cd0870c4b63fbd1b1d2f419d Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 19 Aug 2015 09:51:40 +0200 Subject: [PATCH] increased xscan version --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dc267e3..9aecd0a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'eclipse' sourceCompatibility = 1.7 -version = '2.6.0' +version = '2.6.2' repositories { mavenCentral() @@ -13,7 +13,7 @@ repositories { dependencies { compile 'ch.psi:ch.psi.fda.core:2.3.4' - compile 'ch.psi.fda:ch.psi.fda.xscan:2.6.0' + compile 'ch.psi.fda:ch.psi.fda.xscan:2.6.2' compile 'ch.psi:ch.psi.fda.cdump:2.3.4' compile 'ch.psi:ch.psi.fda.fdaq:2.3.4' compile 'ch.psi:jcae:2.4.1'