Skip to content

Commit

Permalink
chore(deps): update org.jetbrains.kotlinx to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 3cabf11 commit a581ef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ projectConfiguration {
dependencies {
// Project
api(project(":api"))
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")

// Testing
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
testImplementation(project(":core"))
testImplementation(project(":handler-simple"))
}

0 comments on commit a581ef1

Please sign in to comment.