Skip to content

Commit

Permalink
chore(deps): update org.jetbrains.kotlinx to v1.9.0 (#227)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 14, 2024
1 parent 55b9546 commit 454612e
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 454612e

Please sign in to comment.