Skip to content

Commit e567cb1

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.10.1
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.10.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.8.0...1.10.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56cea6e commit e567cb1

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
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation(kotlin("test"))
2626

2727
//JDA, KTX, COROUTINES
28-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
28+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
2929
implementation("net.dv8tion:JDA:5.2.3")
3030
implementation("io.github.minndevelopment:jda-ktx:9370cb1")
3131

0 commit comments

Comments
 (0)