Skip to content

Commit

Permalink
chore(deps): update org.jetbrains.kotlinx to v1.8.0 (#197)
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 Feb 15, 2024
1 parent 5f86617 commit fa1866e
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.7.3")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")

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

0 comments on commit fa1866e

Please sign in to comment.