Release v1.1.19
This commit is contained in:
parent
546abbfb96
commit
779479b2d9
@ -29,7 +29,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.19")
|
||||
}
|
||||
```
|
||||
|
||||
@ -169,8 +169,8 @@ dependency:
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.18")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.19")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.19")
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.michael-bull.kotlin-result
|
||||
version=1.1.19-SNAPSHOT
|
||||
version=1.1.19
|
||||
description=A multiplatform Result monad for modelling success or failure operations.
|
||||
|
||||
kotlin.code.style=official
|
||||
|
Loading…
Reference in New Issue
Block a user