We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c788a45 commit 1853ce1Copy full SHA for 1853ce1
build.gradle.kts
@@ -29,12 +29,8 @@ dependencies {
29
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
30
31
api("dev.fruxz:stacked:2024.1.1") // TODO: Own implementation
32
- api("dev.fruxz:ascend:2024.2.2") // TODO: Own implementation
33
34
- api("cc.modlabs:KlassicX:2025.2.27.1916")
35
-
36
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
37
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
+ api("cc.modlabs:KlassicX:2025.3.1.2009")
38
39
testImplementation("io.kotest:kotest-runner-junit5:$koTestVersion")
40
testImplementation("io.mockk:mockk:${mockkVersion}")
0 commit comments