diff --git a/libraries/packets/implementations/1_21_11/build.gradle.kts b/libraries/packets/implementations/1_21_11/build.gradle.kts index c3a34ca2..6585a005 100644 --- a/libraries/packets/implementations/1_21_11/build.gradle.kts +++ b/libraries/packets/implementations/1_21_11/build.gradle.kts @@ -6,7 +6,7 @@ plugins { paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION dependencies { - paperweight.paperDevBundle("1.21.11-pre2-R0.1-SNAPSHOT") + paperweight.paperDevBundle("1.21.11-pre3-R0.1-SNAPSHOT") compileOnly(project(":libraries:packets:packets-api")) testImplementation(project(":libraries:packets")) diff --git a/plugins/fancynpcs/implementation_1_21_11/build.gradle.kts b/plugins/fancynpcs/implementation_1_21_11/build.gradle.kts index 34529274..b6f5532d 100644 --- a/plugins/fancynpcs/implementation_1_21_11/build.gradle.kts +++ b/plugins/fancynpcs/implementation_1_21_11/build.gradle.kts @@ -6,7 +6,7 @@ plugins { paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION dependencies { - paperweight.paperDevBundle("1.21.11-pre2-R0.1-SNAPSHOT") + paperweight.paperDevBundle("1.21.11-pre3-R0.1-SNAPSHOT") // compileOnly("com.fancyinnovations:fancymc:1.21.6-pre2") compileOnly(project(":plugins:fancynpcs:fn-api"))