uninclude fastutil

This commit is contained in:
dfsek
2022-01-01 21:40:46 -07:00
parent c3e083607d
commit 29580e125d
3 changed files with 2 additions and 6 deletions

View File

@@ -8,7 +8,6 @@ dependencies {
shadedImplementation("com.dfsek.tectonic", "yaml", Versions.Libraries.tectonic)
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)
implementation("org.ow2.asm", "asm", Versions.Libraries.Internal.asm)
}