From 114019995935505490ac1a42550652d0b12f9569 Mon Sep 17 00:00:00 2001
From: Aleksander Rainko
Date: Tue, 3 Sep 2024 20:46:44 +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 f01dfe46..c1916802 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.4"
+libraryDependencies += "io.github.arainko" %% "ducktape" % "0.2.5"
// or if you're using Scala.js or Scala Native
-libraryDependencies += "io.github.arainko" %%% "ducktape" % "0.2.4"
+libraryDependencies += "io.github.arainko" %%% "ducktape" % "0.2.5"
```
NOTE: the [version scheme](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html) is set to `early-semver`