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 178e885 commit 45d4eeaCopy full SHA for 45d4eea
README.md
@@ -17,14 +17,14 @@ and give the user different backoff strategies.
17
[](https://maven-badges.herokuapp.com/maven-central/com.github.hipjim/scala-retry_2.12)
18
19
```scala
20
-libraryDependencies += "com.github.hipjim" % "scala-retry_2.12" % "0.2.4"
+libraryDependencies += "com.github.hipjim" % "scala-retry_2.12" % "0.3.0"
21
```
22
23
```xml
24
<dependency>
25
<groupId>com.github.hipjim</groupId>
26
<artifactId>scala-retry_2.12</artifactId>
27
- <version>0.2.4</version>
+ <version>0.3.0</version>
28
</dependency>
29
30
0 commit comments