File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments