Update version in README

This commit is contained in:
Michael Bull 2020-06-04 19:14:44 +01:00
parent b4b2224ed2
commit 3651b2427f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ repositories {
} }
dependencies { dependencies {
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.6") implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.7")
} }
``` ```