Update README

This commit is contained in:
Michael Bull 2017-12-17 00:16:48 +00:00
parent 44a4467595
commit dc9f0cc421
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ repositories {
} }
dependencies { dependencies {
compile 'com.github.michaelbull:kotlin-result:1.0.4' compile 'com.github.michaelbull:kotlin-result:1.0.5'
} }
``` ```