From f7a6b0181a66294ec07014568639a7ea0b4c03cc Mon Sep 17 00:00:00 2001 From: Jianghao Lu Date: Mon, 18 Apr 2016 16:46:00 -0700 Subject: [PATCH] Use snapshot in build.gradle in azure-client-runtime --- azure-client-runtime/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-client-runtime/build.gradle b/azure-client-runtime/build.gradle index 3d90bc184cff5..dcdaddcea285b 100644 --- a/azure-client-runtime/build.gradle +++ b/azure-client-runtime/build.gradle @@ -20,7 +20,7 @@ checkstyle { } dependencies { - compile 'com.microsoft.rest:client-runtime:1.0.0-beta1' + compile 'com.microsoft.rest:client-runtime:1.0.0-SNAPSHOT' testCompile 'junit:junit:4.12' testCompile 'junit:junit-dep:4.11' deployerJars "org.apache.maven.wagon:wagon-ftp:2.10"