From 4901bfe5bd6806c1554a3eba09dd9c90d7d7e59a Mon Sep 17 00:00:00 2001 From: Aleksander Rainko Date: Mon, 10 Jun 2024 20:35:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa4eac1a..4b490a6a 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ If this project interests you, please drop a 🌟 - these things are worthless b ## Installation ```scala -libraryDependencies += "io.github.arainko" %% "ducktape" % "0.2.0" +libraryDependencies += "io.github.arainko" %% "ducktape" % "0.2.2" // or if you're using Scala.js or Scala Native -libraryDependencies += "io.github.arainko" %%% "ducktape" % "0.2.0" +libraryDependencies += "io.github.arainko" %%% "ducktape" % "0.2.2" ``` NOTE: the [version scheme](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html) is set to `early-semver`