Updated collections to use LongMap

This commit is contained in:
Robinson 2023-09-07 12:24:10 +02:00
parent 8428d9899d
commit a85c647598
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ dependencies {
// https://github.com/dorkbox
api("com.dorkbox:ByteUtilities:2.0")
api("com.dorkbox:ClassUtils:1.3")
api("com.dorkbox:Collections:2.4")
api("com.dorkbox:Collections:2.5")
api("com.dorkbox:HexUtilities:1.1")
api("com.dorkbox:JNA:1.2")
api("com.dorkbox:MinLog:2.5")