Skip to content

Commit 7f50030

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 a8dd31d commit 7f50030

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
@@ -29,7 +29,7 @@ repositories {
2929
}
3030

3131
dependencies {
32-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4")
32+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2")
3333
compileOnly(annotationProcessor("io.github.llamalad7:mixinextras-common:0.5.0-beta.1")!!)
3434
annotationProcessor("org.spongepowered:mixin:0.8.5:processor")
3535
compileOnly("org.spongepowered:mixin:0.8.5")

0 commit comments

Comments
 (0)