We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72df4c0 commit a9b4857Copy full SHA for a9b4857
README.md
@@ -153,8 +153,8 @@ dependency:
153
154
```kotlin
155
dependencies {
156
- implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.13")
157
- implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.13")
+ implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14")
+ implementation("com.michael-bull.kotlin-result:kotlin-result-coroutines:1.1.14")
158
}
159
```
160
gradle.properties
@@ -1,5 +1,5 @@
1
group=com.michael-bull.kotlin-result
2
-version=1.1.14-SNAPSHOT
+version=1.1.14
3
4
kotlin.code.style=official
5
kotlin.native.ignoreDisabledTargets=true
0 commit comments