Release version v1.1.18
This commit is contained in:
parent
d7dbf35bcf
commit
346fa78865
@ -30,7 +30,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17")
|
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -170,8 +170,8 @@ dependency:
|
|||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.17")
|
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.18")
|
||||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.17")
|
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.18")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
group=com.michael-bull.kotlin-result
|
group=com.michael-bull.kotlin-result
|
||||||
version=1.1.18-SNAPSHOT
|
version=1.1.18
|
||||||
|
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin.native.ignoreDisabledTargets=true
|
kotlin.native.ignoreDisabledTargets=true
|
||||||
|
Loading…
Reference in New Issue
Block a user