Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-coroutines-test
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored and coditory-reviewer[bot] committed Dec 20, 2024
1 parent 21d6de8 commit 01acc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}

dependencies {
val coroutinesVersion = "1.9.0"
val coroutinesVersion = "1.10.1"
implementation("com.coditory.klog:klog:0.0.18")
implementation("com.coditory.quark:quark-context:0.1.22")

Expand Down

0 comments on commit 01acc48

Please sign in to comment.