mirror of
https://github.com/google/nomulus
synced 2026-01-04 12:14:19 +00: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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user