File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
build-logic/src/main/kotlin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ repositories {
48
48
}
49
49
50
50
dependencies {
51
- compileOnly(" com.github.retrooper:packetevents-spigot:2.7 .0" ) // PacketEvents to patch packet based exploits
51
+ compileOnly(" com.github.retrooper:packetevents-spigot:2.8 .0" ) // PacketEvents to patch packet based exploits
52
52
compileOnly(" com.mojang:brigadier:1.0.18" )
53
- api(" com.github.cryptomorin:XSeries:13.0 .0" ) // Crossversion entitytype and material support
53
+ api(" com.github.cryptomorin:XSeries:13.3 .0" ) // Crossversion entitytype and material support
54
54
api(" com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3" ) // ConfigurationMaster for enhanced config management
55
55
api(" de.tr7zw:item-nbt-api:2.15.0" ) // NBT API for cross version nbt tag handling
56
56
api(" org.bstats:bstats-bukkit:3.0.2" ) // Bukkit bStats
You can’t perform that action at this time.
0 commit comments