Skip to content

Commit

Permalink
Added instructions for other build tools like Mill, Scala CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
windymelt committed Nov 20, 2023
1 parent 218782d commit e438353
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ libraryDependencies ++= Seq(
),
```

For Mill:

```scala
ivy"com.github.tarao::record4s:@VERSION@"
```

For Scala CLI:

```scala
//> using dep "com.github.tarao::record4s:@VERSION@"
```

An easier way to try out record4s is to run `sbt console` in the record4s repository.

```
Expand Down

0 comments on commit e438353

Please sign in to comment.