Skip to content

Commit

Permalink
minor dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Mar 2, 2017
1 parent 17d61ca commit a531b06
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 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.5'
classpath 'com.gradle.publish:plugin-publish-plugin:0.9.6'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.gradle.publish:plugin-publish-plugin:0.9.7'
}
}
apply plugin: 'com.jfrog.bintray'
Expand All @@ -28,7 +28,7 @@ repositories {

dependencies {
compile gradleApi()
compile 'org.yaml:snakeyaml:1.17'
compile 'org.yaml:snakeyaml:1.18'
testCompile gradleTestKit()
testCompile ('org.spockframework:spock-core:1.0-groovy-2.4') {
// Conflicting module versions: 2.4.7 vs. 2.4.1
Expand Down

0 comments on commit a531b06

Please sign in to comment.