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 45521b6 commit c10b77cCopy full SHA for c10b77c
README.md
@@ -11,7 +11,7 @@ With sbt, add the following to your project's build.sbt
11
```scala
12
resolvers += "softprops-maven" at "http://dl.bintray.com/content/softprops/maven"
13
14
-libraryDependencies += "me.lessis" %% "retry-core" % "0.2.0"
+libraryDependencies += "me.lessis" %% "retry" % "0.2.0"
15
```
16
## usage
17
0 commit comments