Skip to content

Commit 621ac88

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.0 to 1.8.1
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.0 to 1.8.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.8.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6366e74 commit 621ac88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("com.google.code.gson:gson:2.10.1")
2424
implementation("org.apache.poi:poi-ooxml:5.2.5")
2525
implementation("com.jakewharton:disklrucache:2.0.2")
26-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
26+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
2727
implementation("com.squareup.okhttp3:okhttp:4.12.0")
2828
}
2929

0 commit comments

Comments
 (0)