Skip to content

Commit

Permalink
Update dependency io.arrow-kt:arrow-fx-coroutines to v1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 3, 2024
1 parent 4c5a912 commit 12f10c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation(project.rootProject)
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.0")
implementation("io.arrow-kt:arrow-fx-coroutines:1.2.4")
}
}

Expand Down

0 comments on commit 12f10c9

Please sign in to comment.