parent
fb3ef3dc66
commit
5623765ba1
@ -29,7 +29,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.21")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:2.0.0")
|
||||
}
|
||||
```
|
||||
|
||||
@ -188,8 +188,8 @@ additional dependency:
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.21")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.21")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result:2.0.0")
|
||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:2.0.0")
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.michael-bull.kotlin-result
|
||||
version=2.0.0-SNAPSHOT
|
||||
version=2.0.0
|
||||
description=A multiplatform Result monad for modelling success or failure operations.
|
||||
|
||||
kotlin.code.style=official
|
||||
|
Loading…
Reference in New Issue
Block a user