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