Update deps (experimental)

This commit is contained in:
cyberpwn
2021-10-09 04:29:35 -04:00
parent 19889e7d6f
commit 619c240e62
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -128,19 +128,19 @@ dependencies {
implementation 'com.dfsek:Paralithic:0.4.0'
implementation 'io.papermc:paperlib:1.0.5'
implementation "net.kyori:adventure-text-minimessage:4.2.0-SNAPSHOT"
implementation "net.kyori:adventure-platform-bukkit:4.0.0-SNAPSHOT"
implementation 'net.kyori:adventure-api:4.9.1'
implementation "net.kyori:adventure-platform-bukkit:4.0.0"
implementation 'net.kyori:adventure-api:4.9.2'
// Dynamically Loaded
implementation 'io.timeandspace:smoothie-map:2.0.2'
implementation 'it.unimi.dsi:fastutil:8.5.4'
implementation 'it.unimi.dsi:fastutil:8.5.6'
implementation 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2'
implementation 'org.zeroturnaround:zt-zip:1.14'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'org.ow2.asm:asm:9.2'
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'bsf:bsf:2.4.0'
implementation 'rhino:js:1.7R2'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.4'
implementation 'org.apache.commons:commons-lang3:3.12.0'
}