File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories {
2929}
3030
3131dependencies {
32- implementation("com.michael-bull.kotlin-result:kotlin-result:2.0.3 ")
32+ implementation("com.michael-bull.kotlin-result:kotlin-result:2.1.0 ")
3333}
3434```
3535
@@ -188,8 +188,8 @@ additional dependency:
188188
189189``` kotlin
190190dependencies {
191- implementation(" com.michael-bull.kotlin-result:kotlin-result:2.0.3 " )
192- implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:2.0.3 " )
191+ implementation(" com.michael-bull.kotlin-result:kotlin-result:2.1.0 " )
192+ implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:2.1.0 " )
193193}
194194```
195195
Original file line number Diff line number Diff line change 11group =com.michael-bull.kotlin-result
2- version =2.0.4-SNAPSHOT
2+ version =2.1.0
33description =A multiplatform Result monad for modelling success or failure operations.
44
55kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments