From 0cacc5ed48c392ec4eddf520b89d425085008ba1 Mon Sep 17 00:00:00 2001 From: Ruslans Tarasovs <49794769+rtar@users.noreply.github.com> Date: Thu, 2 Apr 2020 16:43:44 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d6a091..3bcc4a6 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ retry(request) ```scala resolvers += Resolver.bintrayRepo("evolutiongaming", "maven") -libraryDependencies += "com.evolutiongaming" %% "retry" % "0.0.1" -``` \ No newline at end of file +libraryDependencies += "com.evolutiongaming" %% "retry" % "1.0.3" +```