9
0
mirror of https://gitlab.com/SamB440/rpgregions-2.git synced 2025-12-28 19:29:16 +00:00

Bump dependencies

This commit is contained in:
SamB440
2022-12-31 13:36:24 +00:00
parent 09e7667847
commit 56c591e42b

View File

@@ -11,12 +11,12 @@ dependencies {
testImplementation("org.reflections:reflections:0.10.2")
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("net.wesjd:anvilgui:1.5.3-SNAPSHOT") // anvilgui
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.7") // inventory framework
implementation("co.aikar:acf-paper:0.5.0-SNAPSHOT") // commands
implementation("net.wesjd:anvilgui:1.6.3-SNAPSHOT") // anvilgui
implementation("com.github.stefvanschie.inventoryframework:IF:0.10.8") // inventory framework
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT") // commands
implementation("co.aikar:idb-core:1.0.0-SNAPSHOT") // database
implementation("org.bstats:bstats-bukkit:3.0.0") // plugin stats
implementation("io.papermc:paperlib:1.0.4") // paperlib - async teleport on Paper
implementation("io.papermc:paperlib:1.0.7") // paperlib - async teleport on Paper
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.4-SNAPSHOT") {
exclude("com.destroystokyo.paper")
@@ -42,7 +42,7 @@ dependencies {
exclude("org.apache.commons")
}
compileOnly(":Dynmap-3.1-spigot") // Dynmap
compileOnly("com.comphenix.protocol:ProtocolLib:4.7.0")
compileOnly("com.comphenix.protocol:ProtocolLib:5.0.0-SNAPSHOT")
}
configurations.all {