9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-27 02:59:06 +00:00

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

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'
}

View File

@@ -7,13 +7,13 @@ website: volmit.com
description: More than a Dimension!
libraries:
- com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2
- com.github.ben-manes.caffeine:caffeine:3.0.3
- com.github.ben-manes.caffeine:caffeine:3.0.4
- org.apache.commons:commons-lang3:3.12.0
- io.timeandspace:smoothie-map:2.0.2
- com.google.guava:guava:30.1.1-jre
- com.google.guava:guava:31.0.1-jre
- com.google.code.gson:gson:2.8.8
- org.zeroturnaround:zt-zip:1.14
- it.unimi.dsi:fastutil:8.5.4
- it.unimi.dsi:fastutil:8.5.6
- org.ow2.asm:asm:9.2
- rhino:js:1.7R2
- bsf:bsf:2.4.0