File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ repositories {
37
37
}
38
38
39
39
dependencies {
40
- implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.1 ")
40
+ implementation("com.michael-bull.kotlin-retry:kotlin-retry:2.0.2 ")
41
41
}
42
42
```
43
43
@@ -127,7 +127,7 @@ repositories {
127
127
}
128
128
129
129
dependencies {
130
- implementation("com.michael-bull.kotlin-retry:kotlin-retry-result:2.0.1 ")
130
+ implementation("com.michael-bull.kotlin-retry:kotlin-retry-result:2.0.2 ")
131
131
}
132
132
```
133
133
Original file line number Diff line number Diff line change 1
1
group =com.michael-bull.kotlin-retry
2
- version =2.0.2-SNAPSHOT
2
+ version =2.0.2
3
3
description =A multiplatform higher-order function for retrying operations that may fail.
4
4
5
5
kotlin.code.style =official
You can’t perform that action at this time.
0 commit comments