Skip to content

Commit

Permalink
Excavator: Upgrade buildscript dependencies (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored and bulldozer-bot[bot] committed Jan 8, 2020
1 parent d8980d3 commit 6f4a147
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 @@ -10,14 +10,14 @@ buildscript {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.netflix.nebula:nebula-publishing-plugin:14.1.1'
classpath 'com.palantir.baseline:gradle-baseline-java:2.45.1'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.13.1'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.1.0'
classpath 'com.palantir.gradle.consistentversions:gradle-consistent-versions:1.14.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.2.0'
}
}

plugins {
id 'com.palantir.git-version' version '0.12.2'
id 'org.inferred.processors' version '3.1.0'
id 'org.inferred.processors' version '3.2.0'
}

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

0 comments on commit 6f4a147

Please sign in to comment.