Skip to content

Commit 9647ca6

Browse files
authored
Update version and a codacy badge
1 parent 84b7992 commit 9647ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Retry
22
[![Build Status](https://github.com/evolution-gaming/retry/workflows/CI/badge.svg)](https://github.com/evolution-gaming/retry/actions?query=workflow%3ACI)
33
[![Coverage Status](https://coveralls.io/repos/evolution-gaming/retry/badge.svg)](https://coveralls.io/r/evolution-gaming/retry)
4-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a4f92715e90142fd894fbb1f6daf698d)](https://www.codacy.com/app/evolution-gaming/retry?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/retry&utm_campaign=Badge_Grade)
4+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/61ab1bdeb772485fa4f2931338807c2a)](https://app.codacy.com/gh/evolution-gaming/retry/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
55
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=retry_2.13&repos=public)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)
77

@@ -24,5 +24,5 @@ request.retry(strategy)
2424
```scala
2525
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")
2626

27-
libraryDependencies += "com.evolutiongaming" %% "retry" % "2.0.0"
27+
libraryDependencies += "com.evolutiongaming" %% "retry" % "3.1.0"
2828
```

0 commit comments

Comments
 (0)