Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arainko authored Oct 26, 2024
1 parent eb6844d commit a04df28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5"
libraryDependencies += "io.github.arainko" %% "ducktape" % "0.2.6"

// or if you're using Scala.js or Scala Native
libraryDependencies += "io.github.arainko" %%% "ducktape" % "0.2.5"
libraryDependencies += "io.github.arainko" %%% "ducktape" % "0.2.6"
```

NOTE: the [version scheme](https://www.scala-lang.org/blog/2021/02/16/preventing-version-conflicts-with-versionscheme.html) is set to `early-semver`
Expand Down

0 comments on commit a04df28

Please sign in to comment.