From 7f13dd356d982142f069b07f3d915978d057393d Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Mon, 19 Jun 2017 16:24:58 -0700 Subject: [PATCH] Fix circle ci issues with new artifactory server --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f2dc8da88d1..6e709efb459 100644 --- a/build.gradle +++ b/build.gradle @@ -51,10 +51,10 @@ sourceSets { dependencies { devicetypesCompile 'org.codehaus.groovy:groovy-all:2.4.7' - devicetypesCompile 'smartthings:appengine-z-wave:0.1.2' - devicetypesCompile 'smartthings:appengine-zigbee:0.1.11' + devicetypesCompile 'smartthings:appengine-z-wave:0.1.3' + devicetypesCompile 'smartthings:appengine-zigbee:0.1.12' smartappsCompile 'org.codehaus.groovy:groovy-all:2.4.7' - smartappsCompile 'smartthings:appengine-common:0.1.8' + smartappsCompile 'smartthings:appengine-common:0.1.9' smartappsCompile 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1' smartappsCompile 'org.grails:grails-web:2.3.11' smartappsCompile 'org.json:json:20140107'