We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892e87e commit 8680de7Copy full SHA for 8680de7
README.md
@@ -37,7 +37,7 @@ repositories {
37
}
38
39
dependencies {
40
- implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.0")
+ implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.1")
41
42
```
43
@@ -127,7 +127,7 @@ repositories {
127
128
129
130
- implementation("com.michael-bull.kotlin-retry:kotlin-retry-result:2.0.0")
+ implementation("com.michael-bull.kotlin-retry:kotlin-retry-result:2.0.1")
131
132
133
gradle.properties
@@ -1,5 +1,5 @@
1
group=com.michael-bull.kotlin-retry
2
-version=2.0.1-SNAPSHOT
+version=2.0.1
3
description=A multiplatform higher-order function for retrying operations that may fail.
4
5
kotlin.code.style=official
0 commit comments