Use 1.21.9 everywhere

This commit is contained in:
Oliver
2025-09-30 17:29:17 +02:00
parent 62697b1313
commit fc6b21c066
8 changed files with 8 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ plugins {
paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION
dependencies {
paperweight.paperDevBundle("1.21.9-rc1-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.9-R0.1-SNAPSHOT")
compileOnly(project(":libraries:packets:packets-api"))
testImplementation(project(":libraries:packets"))