File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
1313}
1414
1515dependencies {
16- implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.11 ")
16+ implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.12 ")
1717}
1818```
1919
@@ -153,8 +153,8 @@ dependency:
153153
154154``` kotlin
155155dependencies {
156- implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.11 " )
157- implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.11 " )
156+ implementation(" com.michael-bull.kotlin-result:kotlin-result:1.1.12 " )
157+ implementation(" com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.12 " )
158158}
159159```
160160
Original file line number Diff line number Diff line change 11kotlin.code.style =official
22
33group =com.michael-bull.kotlin-result
4- version =1.1.12-SNAPSHOT
4+ version =1.1.12
55
66kotlin.native.ignoreDisabledTargets =true
You can’t perform that action at this time.
0 commit comments