We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424ba61 commit 7793ba4Copy full SHA for 7793ba4
build.gradle
@@ -4,8 +4,8 @@ buildscript {
4
maven { url "https://plugins.gradle.org/m2/" }
5
}
6
dependencies {
7
- classpath "org.shipkit:shipkit-changelog:1.1.13"
8
- 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"
9
classpath "io.github.gradle-nexus:publish-plugin:1.0.0"
10
11
@@ -79,4 +79,4 @@ tasks.register("releaseSummary") {
79
" Github releases: https://github.com/mockito/mockito-kotlin/releases"
80
81
82
-}
+}
0 commit comments