Skip to content

Commit 8a7dc2b

Browse files
build(deps): Bump org.jetbrains.kotlinx:kotlinx-coroutines-test (#7)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.9.0 to 1.10.2. - [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.10.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0929abf commit 8a7dc2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pollingengine/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ kotlin {
5050

5151
sourceSets {
5252
commonMain.dependencies {
53-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
53+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
5454
}
5555
commonTest.dependencies {
5656
implementation(libs.kotlin.test)
57-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
57+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2")
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)