Skip to content

Commit eabeabe

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.8.1 to 1.9.0 (#166)
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.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.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2192a0 commit eabeabe

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
@@ -28,7 +28,7 @@ dependencies {
2828
api("ch.qos.logback:logback-classic:1.5.12")
2929

3030
testImplementation(kotlin("test"))
31-
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
31+
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
3232
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
3333
testImplementation("org.testcontainers:testcontainers:1.20.4")
3434
testImplementation("org.testcontainers:junit-jupiter:1.20.4")

0 commit comments

Comments
 (0)