diff --git a/plugin/build.gradle b/plugin/build.gradle index bf80167..687bcf5 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "com.github.johnrengelman.shadow" version "8.1.1" - id "xyz.jpenilla.run-paper" version "2.1.0" + id "xyz.jpenilla.run-paper" version "2.2.0" } runServer { @@ -20,7 +20,7 @@ dependencies { implementation "com.google.code.gson:gson:2.10.1" // JSON parsing implementation "org.bstats:bstats-bukkit:3.0.2" // Plugin stats implementation "com.github.robertlit:SpigotResourcesAPI:2.0" // Spigot API wrapper for update checker - implementation "com.github.retrooper.packetevents:spigot:2.0.0-SNAPSHOT" // Packets + implementation "com.github.retrooper.packetevents:spigot:2.0.2" // Packets implementation "space.arim.dazzleconf:dazzleconf-ext-snakeyaml:1.2.1" // Configs implementation "lol.pyr:director-adventure:2.1.1" // Commands