Skip to content

Commit

Permalink
Merge pull request #214 from Kotlin-Android-Open-Source/renovate/all-…
Browse files Browse the repository at this point in the history
…deps

fix(deps): update dependency io.arrow-kt:arrow-core to v1.2.2
  • Loading branch information
hoc081098 authored Feb 28, 2024
2 parents 84ff9e1 + a0b9b44 commit 6a34e17
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 6a34e17

Please sign in to comment.