Update version number in README
This commit is contained in:
parent
a9a0c384f4
commit
9a75942238
@ -13,7 +13,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.8")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.9")
|
||||
}
|
||||
```
|
||||
|
||||
@ -142,8 +142,8 @@ Use of coroutines within a `binding` block requires an additional dependency:
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.8")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.8")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.9")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.9")
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user