Skip to content

Commit c2b9a33

Browse files
Bump org.jetbrains.kotlinx:kotlinx-coroutines-test
Bumps the dev-dependencies group with 1 update: [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines). Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.10.1 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.10.1...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-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e01f988 commit c2b9a33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
val coroutinesVersion = "1.10.1"
17+
val coroutinesVersion = "1.10.2"
1818
implementation("com.coditory.klog:klog:0.0.18")
1919
implementation("com.coditory.quark:quark-context:0.1.22")
2020

0 commit comments

Comments
 (0)