Skip to content

Commit 6254e7d

Browse files
build(deps): bump org.jetbrains.kotlin:kotlin-stdlib
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.22 to 2.0.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.22...v2.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0000d4 commit 6254e7d

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.22")
14-
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.22")
14+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0")
1515
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
1616
testImplementation(kotlin("test"))
1717
}

0 commit comments

Comments
 (0)