Skip to content

Commit 1853ce1

Browse files
Update build.gradle.kts
1 parent c788a45 commit 1853ce1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,8 @@ dependencies {
2929
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
3030

3131
api("dev.fruxz:stacked:2024.1.1") // TODO: Own implementation
32-
api("dev.fruxz:ascend:2024.2.2") // TODO: Own implementation
3332

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")
33+
api("cc.modlabs:KlassicX:2025.3.1.2009")
3834

3935
testImplementation("io.kotest:kotest-runner-junit5:$koTestVersion")
4036
testImplementation("io.mockk:mockk:${mockkVersion}")

0 commit comments

Comments
 (0)