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 @@ -25,7 +25,7 @@ repositories {
25
25
}
26
26
27
27
dependencies {
28
- implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15 ")
28
+ implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.16 ")
29
29
}
30
30
```
31
31
@@ -165,8 +165,8 @@ dependency:
165
165
166
166
``` kotlin
167
167
dependencies {
168
- implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.15 " )
169
- implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.15 " )
168
+ implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.16 " )
169
+ implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.16 " )
170
170
}
171
171
```
172
172
Original file line number Diff line number Diff line change 1
1
group =com.michael-bull.kotlin-result
2
- version =1.1.16-SNAPSHOT
2
+ version =1.1.16
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