mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 18:26:12 +02:00
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:
parent
ee5ebad832
commit
9ea1c5f0d1
1 changed files with 2 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue