Skip to content

Commit

Permalink
JFrog Artifactory git-lfs compatibility (see #23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bozaro committed Dec 16, 2016
1 parent 0c82bd6 commit d930ef5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@

* Dramatically reduce memory usage (#26, thanks to @mmv, @wesyq).
* Replace `-crlf` by `-text` .gitattributes (#25, thanks to @leth).
* JFrog Artifactory git-lfs compatibility (#23, thanks to @dbiner, @SeaOfCowards).

## 0.2.4

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -28,8 +28,8 @@ dependencies {
compile "org.slf4j:slf4j-simple:1.7.21"
compile "com.beust:jcommander:1.58"

compile "ru.bozaro.gitlfs:gitlfs-pointer:0.10.0"
compile "ru.bozaro.gitlfs:gitlfs-client:0.10.0"
compile "ru.bozaro.gitlfs:gitlfs-pointer:0.11.0"
compile "ru.bozaro.gitlfs:gitlfs-client:0.11.0"

testCompile "com.google.jimfs:jimfs:1.1"
testCompile "org.testng:testng:6.9.13.6"
Expand Down

0 comments on commit d930ef5

Please sign in to comment.