Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines…
Browse files Browse the repository at this point in the history
…-test to v1.9.0
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent f62d4a4 commit 0426383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ extra["fmodelVersion"] = "3.5.1"
extra["kotlinxSerializationJson"] = "1.7.1"
extra["kotlinxCollectionsImmutable"] = "0.3.7"
extra["kotlinLogging"] = "3.0.5"
extra["kotlinxCoroutinesTest"] = "1.8.1"
extra["kotlinxCoroutinesTest"] = "1.9.0"

dependencies {
implementation("com.fraktalio.fmodel:domain:${property("fmodelVersion")}")
Expand Down

0 comments on commit 0426383

Please sign in to comment.