Skip to content

Commit 6f50d28

Browse files
build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.4 to 1.8.0. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.6.4...1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ce8af8f commit 6f50d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ plugins {
2424
}
2525

2626
dependencies {
27-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
27+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0")
2828
annotationProcessor("com.github.LlamaLad7:MixinExtras:0.1.1")
2929
annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
3030
compileOnly("org.spongepowered:mixin:0.8.5")

0 commit comments

Comments
 (0)