Skip to content

Commit 01acc48

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.9.0 to 1.10.1 - [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.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21d6de8 commit 01acc48

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
@@ -14,7 +14,7 @@ repositories {
1414
}
1515

1616
dependencies {
17-
val coroutinesVersion = "1.9.0"
17+
val coroutinesVersion = "1.10.1"
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)