From 35c0bf20c25231ba8ecdd3500a37931a40bf4eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20=C3=96man?= Date: Mon, 21 Aug 2023 18:00:17 +0200 Subject: [PATCH] Use release version in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67c8e6b..90e7889 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Not good for: Include in build.sbt: ```scala -libraryDependencies ++= "sqids" %% "sqids-scala" % "" +libraryDependencies ++= "org.sqids" %% "sqids" % "0.1.0" ``` ## 👩‍💻 Examples