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 a0b7174 commit 2e55691Copy full SHA for 2e55691
README.md
@@ -18,7 +18,7 @@ repositories {
18
}
19
20
dependencies {
21
- implementation("com.michael-bull.kotlin-retry:kotlin-retry:1.0.7")
+ implementation("com.michael-bull.kotlin-retry:kotlin-retry:1.0.8")
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-SNAPSHOT
+version=1.0.8
0 commit comments