Skip to content

Commit 905ad44

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-android
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.11.0. - [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.9.0...1.11.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d70a83 commit 905ad44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ metalava {
4141
dependencies {
4242
api("androidx.collection:collection:1.6.0")
4343
api("io.ktor:ktor-io-jvm:3.4.3")
44-
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0")
44+
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0")
4545
testImplementation("junit:junit:4.13.2")
46-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
46+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
4747
androidTestImplementation("androidx.test:runner:1.7.0")
4848
androidTestImplementation("androidx.test.espresso:espresso-core:3.7.0")
4949
}

0 commit comments

Comments
 (0)