mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-20 23:30:29 +00:00
depend on fastutil
This commit is contained in:
@@ -14,6 +14,7 @@ object Versions {
|
||||
const val jafama = "2.3.2"
|
||||
const val apacheIO = "2.6"
|
||||
const val asm = "9.2"
|
||||
const val fastutil = "8.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -9,4 +9,6 @@ dependencies {
|
||||
|
||||
shadedImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
||||
shadedImplementation("org.ow2.asm", "asm", Versions.Libraries.Internal.asm)
|
||||
|
||||
shadedImplementation("it.unimi.dsi", "fastutil:", Versions.Libraries.Internal.fastutil)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user