File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
29
29
}
30
30
31
31
dependencies {
32
- implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18 ")
32
+ implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.19 ")
33
33
}
34
34
```
35
35
@@ -169,8 +169,8 @@ dependency:
169
169
170
170
``` kotlin
171
171
dependencies {
172
- implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.18 " )
173
- implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.18 " )
172
+ implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.19 " )
173
+ implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.19 " )
174
174
}
175
175
```
176
176
Original file line number Diff line number Diff line change 1
1
group =com.michael-bull.kotlin-result
2
- version =1.1.19-SNAPSHOT
2
+ version =1.1.19
3
3
description =A multiplatform Result monad for modelling success or failure operations.
4
4
5
5
kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments