We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7e668 commit 616754dCopy full SHA for 616754d
README.md
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
dependencies {
21
- implementation("com.michael-bull.kotlin-retry:kotlin-retry:1.0.8")
+ implementation("com.michael-bull.kotlin-retry:kotlin-retry:1.0.9")
22
23
```
24
gradle.properties
@@ -1,4 +1,4 @@
1
kotlin.code.style=official
2
3
group=com.michael-bull.kotlin-retry
4
-version=1.0.8
+version=1.0.9
0 commit comments