Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Sep 10, 2023
1 parent 5de3381 commit f3e928b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ Usage is very simple!
Check out latest version → [![qw Scala version support](https://index.scala-lang.org/windymelt/qw.scala/qw/latest-by-scala-version.svg?platform=jvm)](https://index.scala-lang.org/windymelt/qw.scala/qw)

```scala
val qwVersion = "0.1.4"

// for sbt
libraryDependencies += "io.github.windymelt" %% "qw" % "0.1.4"
val qwVersion = "0.1.5"
libraryDependencies += "io.github.windymelt" %% "qw" % qwVersion

// for Mill
ivy"io.github.windymelt::qw:0.1.4"
ivy"io.github.windymelt::qw:0.1.5"

// for Scala CLI
//> using dep "io.github.windymelt::qw:0.1.4"
//> using dep "io.github.windymelt::qw:0.1.5"
```

#### Basic usage
Expand Down

0 comments on commit f3e928b

Please sign in to comment.