diff --git a/libraries/packets/implementations/1_21_11/build.gradle.kts b/libraries/packets/implementations/1_21_11/build.gradle.kts index 87087bfa..562fa237 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("25w45a-R0.1-SNAPSHOT") + paperweight.paperDevBundle("25w46a-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 d9478088..9a296ed6 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("25w45a-R0.1-SNAPSHOT") + paperweight.paperDevBundle("25w46a-R0.1-SNAPSHOT") // compileOnly("com.fancyinnovations:fancymc:1.21.6-pre2") compileOnly(project(":plugins:fancynpcs:fn-api"))