From d006d49725650fafab34180a25282d383be30154 Mon Sep 17 00:00:00 2001 From: Steve Phelps Date: Tue, 6 Dec 2022 15:27:33 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4225ec..65777dd 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.2" +libraryDependencies += "com.mesonomics" %% "play-hmac-signatures" % "0.5.3" ~~~ ## Example usage