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 a8dd31d commit 7f50030Copy full SHA for 7f50030
events/build.gradle.kts
@@ -29,7 +29,7 @@ repositories {
29
}
30
31
dependencies {
32
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2")
33
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0-beta.1")!!)
34
annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
35
compileOnly("org.spongepowered:mixin:0.8.5")
0 commit comments