Skip to content

Commit da052df

Browse files
committed
update to latest packetevents
1 parent 4674844 commit da052df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/me.xginko.aef.wrapper.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ repositories {
4949

5050
dependencies {
5151
compileOnly("org.apache.logging.log4j:log4j-core:2.23.1") // Better logger
52-
compileOnly("com.github.retrooper:packetevents-spigot:2.8.0") // Cross version packet handling
52+
compileOnly("com.github.retrooper:packetevents-spigot:2.9.4") // Cross version packet handling
5353
compileOnly("de.tr7zw:item-nbt-api:2.15.1") // Cross version nbt handling
5454
compileOnly("com.mojang:brigadier:1.0.18") // Used in command unregister hack
5555
api("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") // Enhanced config management

0 commit comments

Comments
 (0)