Skip to content

Commit 1a9d3e6

Browse files
committed
[publish] chore: update kotlinx coroutine to version 1.10.1
1 parent b6d4c24 commit 1a9d3e6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "org.sayandev"
9-
version = "1.8.9.102"
9+
version = "1.8.9.104"
1010
description = "A modular Kotlin framework for Minecraft: JE"
1111

1212
plugins.apply("maven-publish")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ netty = "4.1.111.Final"
2525
exposed = "0.53.0"
2626
libby = "2.0.0-SNAPSHOT"
2727
mccoroutines = "2.20.0"
28-
kotlinx-coroutines = "1.9.0-RC.2"
28+
kotlinx-coroutines = "1.10.1"
2929
caffeine = "3.2.0"
3030

3131
# minecraft

0 commit comments

Comments
 (0)