Upgrade args4j to 2.33 in the bazel build

Change-Id: Ic440657e3da53b643f79fbcdde45d4e659bc166d
This commit is contained in:
David Pursehouse 2017-09-01 12:51:25 +09:00
parent 0b75d0f0f1
commit 4e913fcee6
1 changed files with 2 additions and 2 deletions

View File

@ -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(