diff --git a/Plugin/build.gradle.kts b/Plugin/build.gradle.kts index d7d68734..fa10b6f4 100644 --- a/Plugin/build.gradle.kts +++ b/Plugin/build.gradle.kts @@ -188,7 +188,7 @@ dependencies { //Paper compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT") //compileOnly "com.comphenix.protocol:ProtocolLib:5.1.0" - libby("com.github.retrooper:packetevents-spigot:2.7.0") + libby("com.github.retrooper:packetevents-spigot:2.8.0") compileOnly("io.netty:netty-transport:4.1.108.Final") compileOnly("com.mojang:datafixerupper:5.0.28") //I hate this so much compileOnly("org.apache.logging.log4j:log4j-core:2.23.1") @@ -214,4 +214,4 @@ tasks.withType { filesMatching("paper-plugin.yml") { expand(mapOf("version" to version)) } -} \ No newline at end of file +}