Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Excavator: Upgrade buildscript dependencies (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored and bulldozer-bot[bot] committed Aug 19, 2019
1 parent 7087606 commit 2ff1018
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,14 +6,14 @@ buildscript {

dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.netflix.nebula:nebula-publishing-plugin:12.0.0'
classpath 'com.netflix.nebula:nebula-publishing-plugin:13.2.0'
classpath 'com.palantir.baseline:gradle-baseline-java:1.10.0'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.11.0'
}
}

plugins {
id 'com.palantir.consistent-versions' version '1.9.2'
id 'com.palantir.consistent-versions' version '1.11.1'
}

apply plugin: 'com.palantir.baseline'
Expand Down

0 comments on commit 2ff1018

Please sign in to comment.