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 56cea6e commit e567cb1Copy full SHA for e567cb1
build.gradle.kts
@@ -25,7 +25,7 @@ dependencies {
25
testImplementation(kotlin("test"))
26
27
//JDA, KTX, COROUTINES
28
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
29
implementation("net.dv8tion:JDA:5.2.3")
30
implementation("io.github.minndevelopment:jda-ktx:9370cb1")
31
0 commit comments