Skip to content

Commit

Permalink
chore(deps): update org.jetbrains.kotlinx to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 55b9546 commit 1371128
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.8.1")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")

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

0 comments on commit 1371128

Please sign in to comment.