Skip to content

Commit 3238437

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-android
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.3 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.7.3...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] <[email protected]>
1 parent 81c8f6e commit 3238437

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/self-shell/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ dependencies {
8181
implementation("androidx.compose.material:material-icons-extended")
8282
implementation("androidx.navigation:navigation-compose:2.7.7")
8383

84-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
84+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.11.0")
8585

8686
testImplementation("junit:junit:4.13.2")
87-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
87+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
8888
androidTestImplementation("androidx.test.ext:junit:1.1.5")
8989
debugImplementation("androidx.compose.ui:ui-tooling")
9090
}

0 commit comments

Comments
 (0)