Update to 1.21 (#68)
* update project version, update papermc version * Use correct versioning pattern --------- Co-authored-by: Jakob K <jakob.kmar@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||||||
val githubRepo = "jakobkmar/KSpigot"
|
val githubRepo = "jakobkmar/KSpigot"
|
||||||
|
|
||||||
group = "net.axay"
|
group = "net.axay"
|
||||||
version = "1.20.4"
|
version = "1.21.0"
|
||||||
|
|
||||||
description = "A Kotlin API for Minecraft plugins using the Spigot or Paper toolchain"
|
description = "A Kotlin API for Minecraft plugins using the Spigot or Paper toolchain"
|
||||||
|
|
||||||
@@ -26,7 +26,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
paperweight.paperDevBundle("1.20.6-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-serialization-json:1.6.3")
|
||||||
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
|
||||||
|
Reference in New Issue
Block a user