Skip to content

Commit

Permalink
Merge pull request #60 from shipkit/mockitoguy-patch-8
Browse files Browse the repository at this point in the history
Pick up correct latest version of Shipkit plugins
  • Loading branch information
shestee authored Dec 19, 2020
2 parents ff74205 + b014796 commit e85b51b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.shipkit:shipkit-auto-version:0.0.+"
classpath "org.shipkit:shipkit-changelog:0.0.+"
classpath "org.shipkit:shipkit-auto-version:0.+"
classpath "org.shipkit:shipkit-changelog:0.+"
classpath "com.gradle.publish:plugin-publish-plugin:0.12.0"
}
}
Expand Down Expand Up @@ -42,4 +42,4 @@ publishing { // docs: https://docs.gradle.org/current/userguide/publishing_maven
from components.java
}
}
}
}

0 comments on commit e85b51b

Please sign in to comment.