We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42fa3b commit ac6ae17Copy full SHA for ac6ae17
buildSrc/src/main/kotlin/deps.kt
@@ -74,7 +74,7 @@ object deps {
74
const val timber = "com.jakewharton.timber:timber:5.0.1"
75
76
object arrow {
77
- private const val version = "1.2.2"
+ private const val version = "1.2.3"
78
const val core = "io.arrow-kt:arrow-core:$version"
79
}
80
0 commit comments