Update fastutil maven dependency

The version of fastutil (required by appengine-[]) that we included as an external maven dependency wasn't in the supported version range for appengine-[].

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134813255
This commit is contained in:
shikhman 2016-09-30 12:27:32 -07:00 committed by Ben McIlwain
parent ee5ebad832
commit 9ea1c5f0d1

View file

@ -168,8 +168,8 @@ def domain_registry_repositories():
native.maven_jar(
name = "fastutil",
artifact = "it.unimi.dsi:fastutil:6.4.3",
sha1 = "634ae8b497f0326136fd4995618207e48989623b",
artifact = "it.unimi.dsi:fastutil:6.5.16",
sha1 = "cc0df01620c4bef9e89123e0a5c3c226bdb36ea0",
)
native.maven_jar(