Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm (#133)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm](https://github.com/Kotlin/kotlinx.coroutines) from 1.10.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.10.0...1.10.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent caaedd2 commit fc6b047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val kotlinxCoroutinesVersion = "1.10.0"
val kotlinxCoroutinesVersion = "1.10.1"
dependencies {
implementation(project(":common"))
implementation(project(":json"))
Expand Down

0 comments on commit fc6b047

Please sign in to comment.