We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d4c24 commit 1a9d3e6Copy full SHA for 1a9d3e6
2 files changed
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
allprojects {
8
group = "org.sayandev"
9
- version = "1.8.9.102"
+ version = "1.8.9.104"
10
description = "A modular Kotlin framework for Minecraft: JE"
11
12
plugins.apply("maven-publish")
gradle/libs.versions.toml
@@ -25,7 +25,7 @@ netty = "4.1.111.Final"
25
exposed = "0.53.0"
26
libby = "2.0.0-SNAPSHOT"
27
mccoroutines = "2.20.0"
28
-kotlinx-coroutines = "1.9.0-RC.2"
+kotlinx-coroutines = "1.10.1"
29
caffeine = "3.2.0"
30
31
# minecraft
0 commit comments