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 @@ -30,7 +30,7 @@ repositories {
30
30
}
31
31
32
32
dependencies {
33
- implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17 ")
33
+ implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18 ")
34
34
}
35
35
```
36
36
@@ -170,8 +170,8 @@ dependency:
170
170
171
171
``` kotlin
172
172
dependencies {
173
- implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.17 " )
174
- implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.17 " )
173
+ implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.18 " )
174
+ implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.18 " )
175
175
}
176
176
```
177
177
Original file line number Diff line number Diff line change 1
1
group =com.michael-bull.kotlin-result
2
- version =1.1.18-SNAPSHOT
2
+ version =1.1.18
3
3
4
4
kotlin.code.style =official
5
5
kotlin.native.ignoreDisabledTargets =true
You can’t perform that action at this time.
0 commit comments