Skip to content

Commit 73bf809

Browse files
authored
Fix version in master's README
1 parent dc63151 commit 73bf809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Add the dependencies into the project's `build.gradle`
7676
apply plugin: 'kotlin-kapt' //optional
7777
apply from: rootProject.file('gradle/generated-kotlin-sources.gradle') //only for Android projects
7878
79-
def arrow_version = "0.7.2"
79+
def arrow_version = "0.7.3"
8080
dependencies {
8181
...
8282
kapt 'io.arrow-kt:arrow-annotations-processor:$arrow_version' //optional

0 commit comments

Comments
 (0)