From fce590df6f4f86b03f42de4a69a7d1a40fd06fc0 Mon Sep 17 00:00:00 2001 From: "Artem V. Navrotskiy" Date: Sat, 17 Oct 2015 10:33:56 +0300 Subject: [PATCH] Update git-lfs-java to 0.4.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e035b3f..01a1b47 100644 --- a/build.gradle +++ b/build.gradle @@ -23,8 +23,8 @@ dependencies { compile "org.jgrapht:jgrapht-core:0.9.1" compile "com.beust:jcommander:1.35" - compile "ru.bozaro.gitlfs:gitlfs-pointer:0.3.0" - compile "ru.bozaro.gitlfs:gitlfs-client:0.3.0" + compile "ru.bozaro.gitlfs:gitlfs-pointer:0.4.0" + compile "ru.bozaro.gitlfs:gitlfs-client:0.4.0" testCompile "org.testng:testng:6.8.8" }