From 9930d675212de4b4aad3a5775d51b805bc360c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Fri, 29 Apr 2016 21:09:20 +0200 Subject: Update more libraries --- build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 9d6108040..dc1c4960b 100644 --- a/build.gradle +++ b/build.gradle @@ -12,11 +12,10 @@ buildscript { // bintray dependency to satisfy dependency of openpgp-api lib classpath 'com.novoda:bintray-release:0.2.7' - classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.4.0' - // classpath 'com.stanfy.spoon:spoon-gradle-plugin:1.0.2' + classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3' - // allows to check for lib updates with "gradle dependencyUpdates -Drevision=release" - classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3' + // allows to check for lib updates with "./gradlew dependencyUpdates -Drevision=release" + classpath 'com.github.ben-manes:gradle-versions-plugin:0.12.0' } } -- cgit v1.2.3