Skip to content

Commit

Permalink
Merge pull request #356 from hossain-khan/renovate/kotlinx-coroutines…
Browse files Browse the repository at this point in the history
…-monorepo

Update kotlinx-coroutines monorepo to v1.10.1
  • Loading branch information
hossain-khan authored Dec 22, 2024
2 parents 9dd2463 + eefc4cb commit f583c17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {

dependencies {
// https://github.com/Kotlin/kotlinx.coroutines
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")

// https://github.com/Kotlin/kotlinx-datetime
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")
Expand Down Expand Up @@ -71,7 +71,7 @@ dependencies {
// https://github.com/mockk/mockk/issues/1168#issuecomment-1823071494
testImplementation("io.mockk:mockk:1.13.14")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.1.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
}

Expand Down

0 comments on commit f583c17

Please sign in to comment.