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 58d924e commit 7e29a35Copy full SHA for 7e29a35
buildSrc/src/main/kotlin/deps.kt
@@ -75,7 +75,7 @@ object deps {
75
const val timber = "com.jakewharton.timber:timber:5.0.1"
76
77
object arrow {
78
- private const val version = "1.1.6-alpha.91"
+ private const val version = "1.2.0-RC"
79
const val core = "io.arrow-kt:arrow-core:$version"
80
}
81
0 commit comments