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 @@ -30,7 +30,7 @@ repositories {
3030}
3131
3232dependencies {
33- implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17 ")
33+ implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18 ")
3434}
3535```
3636
@@ -170,8 +170,8 @@ dependency:
170170
171171``` kotlin
172172dependencies {
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 " )
175175}
176176```
177177
Original file line number Diff line number Diff line change 11group =com.michael-bull.kotlin-result
2- version =1.1.18-SNAPSHOT
2+ version =1.1.18
33
44kotlin.code.style =official
55kotlin.native.ignoreDisabledTargets =true
You can’t perform that action at this time.
0 commit comments