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 ce8af8f commit 6f50d28Copy full SHA for 6f50d28
events/build.gradle.kts
@@ -24,7 +24,7 @@ plugins {
24
}
25
26
dependencies {
27
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0")
28
annotationProcessor("com.github.LlamaLad7:MixinExtras:0.1.1")
29
annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
30
compileOnly("org.spongepowered:mixin:0.8.5")
0 commit comments