Skip to content

Commit fc4f802

Browse files
committed
update readme for 0.4.0 relase
1 parent 392a050 commit fc4f802

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,26 @@ and give the user different backoff strategies.
1414

1515
## Maven artifacts
1616

17-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.hipjim/scala-retry_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.hipjim/scala-retry_2.12)
17+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.hipjim/scala-retry_2.13/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.hipjim/scala-retry_2.13)
1818

1919
```scala
20-
libraryDependencies += "com.github.hipjim" % "scala-retry_2.12" % "0.3.0"
20+
libraryDependencies += "com.github.hipjim" %% "scala-retry" % "0.4.0"
2121
```
2222

23+
```groovy
24+
compile group: 'com.github.hipjim', name: 'scala-retry_2.13', version: '0.4.0'
25+
```
26+
27+
2328
```xml
2429
<dependency>
2530
<groupId>com.github.hipjim</groupId>
26-
<artifactId>scala-retry_2.12</artifactId>
27-
<version>0.3.0</version>
31+
<artifactId>scala-retry_2.13</artifactId>
32+
<version>0.4.0</version>
2833
</dependency>
2934
```
3035

31-
Versions for ```Scala 2.11``` and ```Scala 2.10``` are available.
36+
Versions for ```Scala 2.12```, ```Scala 2.11``` and ```Scala 2.10``` are available.
3237

3338
## Tutorial
3439

0 commit comments

Comments
 (0)