Release v1.1.15
This commit is contained in:
parent
6ef843416f
commit
ae7cf6a1b4
@ -25,7 +25,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14")
|
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -165,8 +165,8 @@ dependency:
|
|||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14")
|
implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.15")
|
||||||
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.14")
|
implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.15")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
group=com.michael-bull.kotlin-result
|
group=com.michael-bull.kotlin-result
|
||||||
version=1.1.15-SNAPSHOT
|
version=1.1.15
|
||||||
|
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
kotlin.native.ignoreDisabledTargets=true
|
kotlin.native.ignoreDisabledTargets=true
|
||||||
|
Loading…
Reference in New Issue
Block a user