Skip to content

Commit

Permalink
Merge pull request #38 from fraktalio/renovate/kotlinxcoroutinestest
Browse files Browse the repository at this point in the history
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-test to v1.7.3
  • Loading branch information
idugalic authored Aug 5, 2023
2 parents cc156a3 + ffeaa61 commit 158cbb0
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 @@ -31,7 +31,7 @@ extra["fmodelVersion"] = "3.5.0"
extra["kotlinxSerializationJson"] = "1.5.1"
extra["kotlinxCollectionsImmutable"] = "0.3.5"
extra["kotlinLogging"] = "3.0.5"
extra["kotlinxCoroutinesTest"] = "1.7.2"
extra["kotlinxCoroutinesTest"] = "1.7.3"

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

0 comments on commit 158cbb0

Please sign in to comment.