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 b0000d4 commit 3c88b07Copy full SHA for 3c88b07
build.gradle.kts
@@ -12,7 +12,7 @@ repositories {
12
dependencies {
13
implementation("net.dv8tion:JDA:5.0.0-beta.22")
14
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
15
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
16
testImplementation(kotlin("test"))
17
}
18
0 commit comments