From 5b5b39c76a3570af53a351fa8ba6c6bf20d67ddd Mon Sep 17 00:00:00 2001 From: Steve Phelps Date: Tue, 6 Dec 2022 14:22:47 +0000 Subject: [PATCH] Update README.md bump version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d080a29..f4225ec 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add the following to `build.sbt` ~~~ -libraryDependencies += "com.mesonomics" %% "play-hmac-signatures" % "0.5.1" +libraryDependencies += "com.mesonomics" %% "play-hmac-signatures" % "0.5.2" ~~~ ## Example usage