diff --git a/build.gradle b/build.gradle index 211814ba..b2494245 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath "org.shipkit:shipkit-changelog:1.1.13" - classpath "org.shipkit:shipkit-auto-version:1.1.14" + classpath "org.shipkit:shipkit-changelog:1.2.0" + classpath "org.shipkit:shipkit-auto-version:1.2.2" classpath "io.github.gradle-nexus:publish-plugin:1.0.0" } } @@ -79,4 +79,4 @@ tasks.register("releaseSummary") { " Github releases: https://github.com/mockito/mockito-kotlin/releases" } } -} \ No newline at end of file +}