Skip to content

Commit

Permalink
Bumped Shipkit plugins versions (#342)
Browse files Browse the repository at this point in the history
Recently new versions of Shipkit Auto Version and Shipkit Changelog were released. The plugins' versions in the project can now be bumped.
  • Loading branch information
shestee authored Jan 10, 2021
1 parent d63bb3b commit b751841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {

dependencies {
//Using buildscript.classpath so that we can resolve plugins from maven local, during local testing
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.jfrog.bintray.gradle:gradle-bintray-plugin:1.+"
}
}
Expand Down

0 comments on commit b751841

Please sign in to comment.