From 188c36d1fe7769a06ce6da3aae31bf9a22f1ac05 Mon Sep 17 00:00:00 2001 From: Roberto Perez Alcolea Date: Fri, 18 Sep 2020 12:33:12 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd94354..7d1889e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This plugin provides opinions and tasks for the release process provided by [gra # Applying the plugin plugins { - id 'nebula.release' version '13.0.0' + id 'nebula.release' version '15.2.0' } -or- @@ -20,7 +20,7 @@ This plugin provides opinions and tasks for the release process provided by [gra buildscript { repositories { jcenter() } dependencies { - classpath 'com.netflix.nebula:nebula-release-plugin:13.0.0' + classpath 'com.netflix.nebula:nebula-release-plugin:15.2.0' } } apply plugin: 'nebula.release'