Skip to content

Commit

Permalink
chore(deps): update kotlinx-coroutines to v1.8.1 (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 0c8976b commit 3a1b92e
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.0")
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")

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

0 comments on commit 3a1b92e

Please sign in to comment.