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