From 65a3bc58f82333f38b7e4d5cae326f8a4f347931 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Aug 2018 14:34:16 +0200 Subject: [PATCH] Added dependency version updater --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 1a4e5ea..36410f3 100644 --- a/build.gradle +++ b/build.gradle @@ -47,6 +47,10 @@ plugins { id "com.dorkbox.CrossCompile" version "1.0.1" id "com.dorkbox.VersionUpdate" version "1.2" + + // setup checking for the latest version of a plugin or dependency (and updating the gradle build) + id "se.patrikerdes.use-latest-versions" version "0.2.3" + id 'com.github.ben-manes.versions' version '0.16.0' } // this is the only way to also get the source code for IDE auto-complete