Upgrade JavaEWAH to 1.1.6 to match version used in JGit

JavaEWAH was upgraded in JGit in [1], which is included in the snapshot
build of JGit being used in Gerrit since change Ic7c646b32.

Upgrade to use the same version.

[1] https://git.eclipse.org/r/#/c/77604/

Change-Id: I5de4cdbdf816296d97640bb83130544ec85685af
This commit is contained in:
David Pursehouse
2016-12-05 11:39:16 +09:00
parent c89244818e
commit 1a03ecf787
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ maven_jar(
maven_jar(
name = 'javaewah',
id = 'com.googlecode.javaewah:JavaEWAH:0.7.9',
sha1 = 'eceaf316a8faf0e794296ebe158ae110c7d72a5a',
id = 'com.googlecode.javaewah:JavaEWAH:1.1.6',
sha1 = '94ad16d728b374d65bd897625f3fbb3da223a2b6',
license = 'Apache2.0',
)