fancydialogs: Use 1.21.6 everywhere

This commit is contained in:
Oliver
2025-06-23 21:23:43 +02:00
parent be8a3b5212
commit 27c30c3494
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ runPaper.folia.registerTask()
val supportedVersions =
listOf(
"1.21.5",
"1.21.6",
)
allprojects {
@@ -40,7 +40,7 @@ allprojects {
}
dependencies {
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.6-R0.1-SNAPSHOT")
implementation(project(":plugins:fancydialogs:fd-api"))

View File

@@ -4,7 +4,7 @@ plugins {
id("com.gradleup.shadow")
}
val minecraftVersion = "1.21.5"
val minecraftVersion = "1.21.6"
dependencies {
compileOnly("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT")