From 21d4e7ad973e19d907b31710d50df0b6961d2dd9 Mon Sep 17 00:00:00 2001 From: adamw Date: Mon, 30 May 2022 18:52:13 +0200 Subject: [PATCH] Release 0.3.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb80aa..aa12a7f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ don't give up With sbt, add the following to your project's build.sbt ```scala -libraryDependencies += "com.softwaremill.retry" %% "retry" % "0.3.4" +libraryDependencies += "com.softwaremill.retry" %% "retry" % "0.3.5" ``` ## usage