Skip to content

Commit b751841

Browse files
authored
Bumped Shipkit plugins versions (#342)
Recently new versions of Shipkit Auto Version and Shipkit Changelog were released. The plugins' versions in the project can now be bumped.
1 parent d63bb3b commit b751841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66

77
dependencies {
88
//Using buildscript.classpath so that we can resolve plugins from maven local, during local testing
9-
classpath "org.shipkit:shipkit-auto-version:0.+"
10-
classpath "org.shipkit:shipkit-changelog:0.+"
9+
classpath "org.shipkit:shipkit-auto-version:1.+"
10+
classpath "org.shipkit:shipkit-changelog:1.+"
1111
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+"
1212
}
1313
}

0 commit comments

Comments
 (0)