Skip to content

Commit

Permalink
Merge pull request #61 from mcatta/renovate/app.cash.turbine-turbine-1.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency app.cash.turbine:turbine to v1.2.0
  • Loading branch information
mcatta authored Oct 16, 2024
2 parents 09b517d + cc7d2b5 commit bbf4911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin = "2.0.21"
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
turbine = { module = "app.cash.turbine:turbine", version = "1.1.0" }
turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" }

[plugins]
kotlin = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
Expand Down

0 comments on commit bbf4911

Please sign in to comment.