diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2017-09-01 12:51:25 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-09-01 12:51:37 +0900 |
commit | 4e913fcee68254fcfcb6a1e030c3eafab977473f (patch) | |
tree | 4f497c9bc9adac0b17b110f44744c97cf1255825 /WORKSPACE | |
parent | 0b75d0f0f18f386500acd96a672a685d8622ca18 (diff) | |
download | jgit-4e913fcee68254fcfcb6a1e030c3eafab977473f.tar.gz jgit-4e913fcee68254fcfcb6a1e030c3eafab977473f.zip |
Upgrade args4j to 2.33 in the bazel build
Change-Id: Ic440657e3da53b643f79fbcdde45d4e659bc166d
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -77,8 +77,8 @@ maven_jar( maven_jar( name = "args4j", - artifact = "args4j:args4j:2.0.15", - sha1 = "139441471327b9cc6d56436cb2a31e60eb6ed2ba", + artifact = "args4j:args4j:2.33", + sha1 = "bd87a75374a6d6523de82fef51fc3cfe9baf9fc9", ) maven_jar( |