Skip to content

Commit 7793ba4

Browse files
authored
Update Shipkit versions (#468)
Related to getting version 4.1.0 published: #462
1 parent 424ba61 commit 7793ba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
maven { url "https://plugins.gradle.org/m2/" }
55
}
66
dependencies {
7-
classpath "org.shipkit:shipkit-changelog:1.1.13"
8-
classpath "org.shipkit:shipkit-auto-version:1.1.14"
7+
classpath "org.shipkit:shipkit-changelog:1.2.0"
8+
classpath "org.shipkit:shipkit-auto-version:1.2.2"
99
classpath "io.github.gradle-nexus:publish-plugin:1.0.0"
1010
}
1111
}
@@ -79,4 +79,4 @@ tasks.register("releaseSummary") {
7979
" Github releases: https://github.com/mockito/mockito-kotlin/releases"
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)