feat: Merge upstream changes and update to 1.21

This commit is contained in:
2025-01-06 23:48:23 -07:00
parent fafeef079f
commit a85ef10c3c
9 changed files with 130 additions and 200 deletions

View File

@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
group = "net.axay"
version = "1.20.1.2-VAL"
version = "1.21.1-VAL"
description = "A Kotlin API for Minecraft plugins using the Spigot or Paper toolchain"
@@ -24,7 +24,7 @@ repositories {
}
dependencies {
paperweight.paperDevBundle("1.20.1-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")