From 98a1a6c25c888a7523723a5840d143d08471995b Mon Sep 17 00:00:00 2001 From: Steve Phelps Date: Sun, 12 Nov 2023 10:56:03 +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 9ddc775..64d42f3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add the following to `build.sbt` ~~~scala -libraryDependencies += "com.mesonomics" %% "play-hmac-signatures" % "0.5.8" +libraryDependencies += "com.mesonomics" %% "play-hmac-signatures" % "0.5.9" ~~~ ## Example usage