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 @@ -25,7 +25,7 @@ repositories {
2525}
2626
2727dependencies {
28- implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14 ")
28+ implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15 ")
2929}
3030```
3131
@@ -165,8 +165,8 @@ dependency:
165165
166166``` kotlin
167167dependencies {
168- implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.14 " )
169- implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.14 " )
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 " )
170170}
171171```
172172
Original file line number Diff line number Diff line change 11group =com.michael-bull.kotlin-result
2- version =1.1.15-SNAPSHOT
2+ version =1.1.15
33
44kotlin.code.style =official
55kotlin.native.ignoreDisabledTargets =true
You can’t perform that action at this time.
0 commit comments