Skip to content

Commit

Permalink
fix(deps): update dependency io.arrow-kt:arrow-core 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 547791a commit 817050e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object deps {
}

object arrow {
private const val version = "1.1.3"
private const val version = "1.2.4"
const val core = "io.arrow-kt:arrow-core:$version"
}

Expand Down

0 comments on commit 817050e

Please sign in to comment.