Skip to content

Commit 3b15f40

Browse files
build(deps): bump org.jetbrains.kotlin:kotlin-stdlib (#33)
1 parent f3b683d commit 3b15f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111

1212
dependencies {
1313
implementation("net.dv8tion:JDA:5.0.0-beta.24")
14-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
14+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.20")
1515
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
1616
testImplementation(kotlin("test"))
1717
}

0 commit comments

Comments
 (0)