From feb03a6908d6f8b2eaef83e1af312b1cf11b487c Mon Sep 17 00:00:00 2001 From: Michal Szestowicki Date: Sat, 9 Jan 2021 23:57:33 +0100 Subject: [PATCH] Bumped Shipkit plugins versions Recently new versions of Shipkit Auto Version and Shipkit Changelog were published. The plugins' versions in the project can now be bumped. --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 91ba7c8..06c8911 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath "org.shipkit:shipkit-auto-version:0.+" - classpath "org.shipkit:shipkit-changelog:0.+" + classpath "org.shipkit:shipkit-auto-version:1.+" + classpath "org.shipkit:shipkit-changelog:1.+" classpath "com.gradle.publish:plugin-publish-plugin:0.12.0" } }