From bddff78e0b31889e1c10729fe1d0a7e512238fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=96man?= Date: Sun, 17 Sep 2023 10:27:31 +0200 Subject: [PATCH] Update readme to latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2075778..74c2b93 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Not good for: Include in build.sbt: ```scala -libraryDependencies ++= "org.sqids" %% "sqids" % "0.4.0" +libraryDependencies ++= "org.sqids" %% "sqids" % "0.5.0" ``` ## 👩‍💻 Examples