Skip to content

Commit

Permalink
Update some libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
bozaro committed Jan 17, 2016
1 parent 29092a5 commit 123a780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
@@ -1,5 +1,6 @@
buildscript {
repositories {
mavenLocal()
mavenCentral()
}
}
Expand All @@ -9,6 +10,7 @@ task wrapper(type: Wrapper) {
}

repositories {
mavenLocal()
mavenCentral()
}

Expand All @@ -23,8 +25,8 @@ dependencies {
compile "org.jgrapht:jgrapht-core:0.9.1"
compile "com.beust:jcommander:1.35"

compile "ru.bozaro.gitlfs:gitlfs-pointer:0.7.0"
compile "ru.bozaro.gitlfs:gitlfs-client:0.7.0"
compile "ru.bozaro.gitlfs:gitlfs-pointer:0.9.0-SNAPSHOT"
compile "ru.bozaro.gitlfs:gitlfs-client:0.9.0-SNAPSHOT"

testCompile "org.testng:testng:6.8.8"
}
Expand Down

0 comments on commit 123a780

Please sign in to comment.