From b97e84a81ed455d0367b460a38dc5cac8472ccff Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 13 Mar 2015 21:52:16 +0100 Subject: [PATCH] Updated dependencies. --- app/build.gradle | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 38523b6..c279b3c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,9 +13,9 @@ buildscript { dependencies { compile "com.android.support:support-v4:21.0.3" // For `flat` debug config, as `flatProvided` is unknown. - provided "org.scala-lang:scala-library:2.11.5" - debugCompile "org.scala-lang:scala-library:2.11.5" - releaseCompile "org.scala-lang:scala-library:2.11.5" + provided "org.scala-lang:scala-library:2.11.6" + debugCompile "org.scala-lang:scala-library:2.11.6" + releaseCompile "org.scala-lang:scala-library:2.11.6" compile 'com.google.guava:guava:18.0' } diff --git a/build.gradle b/build.gradle index be49de1..7ed3979 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:1.0.1' - classpath 'com.github.ben-manes:gradle-versions-plugin:0.7' + classpath 'com.github.ben-manes:gradle-versions-plugin:0.8' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files