Stubborn: having or showing dogged determination not to change one's attitude or position on something.
A scala library for performing retries on actions that might fail.
Add the Sonatype.org Releases repo as a resolver in your build.sbt
or Build.scala
as appropriate.
resolvers += "Sonatype.org Releases" at "https://oss.sonatype.org/content/repositories/releases/"
Add stubborn as a dependency in your build.sbt
or Build.scala
as appropriate.
libraryDependencies ++= Seq(
// Other dependencies ...
"com.krux" %% "stubborn" % "1.0.0"
)
This project is compiled, tested, and published for the following Scala versions:
- 2.10.6
- 2.11.8
See examples in examples
directory.
Stubborn is licensed under APL 2.0.