Skip to content

Commit

Permalink
fix(deps): update dependency io.arrow-kt:arrow-core to v1.2.2
Browse files Browse the repository at this point in the history
| datasource | package                | from  | to    |
| ---------- | ---------------------- | ----- | ----- |
| maven      | io.arrow-kt:arrow-core | 1.2.1 | 1.2.2 |
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent 84ff9e1 commit a0b9b44
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 @@ -74,7 +74,7 @@ object deps {
const val timber = "com.jakewharton.timber:timber:5.0.1"

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

Expand Down

0 comments on commit a0b9b44

Please sign in to comment.