Skip to content

Commit

Permalink
Bumped Shipkit plugins versions
Browse files Browse the repository at this point in the history
Recently new versions of Shipkit Auto Version and Shipkit Changelog were published. The plugins' versions in the project can now be bumped.
  • Loading branch information
shestee committed Jan 10, 2021
1 parent 9208854 commit 2cbd284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -10,8 +10,8 @@ buildscript {
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:1.3.0'

//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.1.1"
classpath "org.shipkit:shipkit-changelog:1.1.1"
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+"

classpath 'com.google.googlejavaformat:google-java-format:1.9'
Expand Down

0 comments on commit 2cbd284

Please sign in to comment.