Skip to content

Commit

Permalink
Merge pull request #36 from tarao/deps-docs
Browse files Browse the repository at this point in the history
Add Scaladex badge + Add instructions for other build tools
  • Loading branch information
windymelt authored Nov 20, 2023
2 parents f2463a5 + b534dca commit 9cbabbb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Coverage status](https://codecov.io/gh/tarao/record4s/graph/badge.svg?token=U9309O1VNK)](https://codecov.io/gh/tarao/record4s)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.tarao/record4s_3.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.tarao/record4s_3)
[![Scaladoc](https://javadoc.io/badge2/com.github.tarao/record4s_3/javadoc.svg?color=blue&label=Scaladoc)](https://javadoc.io/doc/com.github.tarao/record4s_3)
[![record4s Scala version support](https://index.scala-lang.org/tarao/record4s/record4s/latest.svg)](https://index.scala-lang.org/tarao/record4s/record4s)

record4s proviedes extensible records for Scala.

Expand Down
13 changes: 13 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Coverage status](https://codecov.io/gh/tarao/record4s/graph/badge.svg?token=U9309O1VNK)](https://codecov.io/gh/tarao/record4s)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.tarao/record4s_3.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.tarao/record4s_3)
[![Scaladoc](https://javadoc.io/badge2/com.github.tarao/record4s_3/javadoc.svg?color=blue&label=Scaladoc)](https://javadoc.io/doc/com.github.tarao/record4s_3)
[![record4s Scala version support](https://index.scala-lang.org/tarao/record4s/record4s/latest.svg)](https://index.scala-lang.org/tarao/record4s/record4s)

record4s proviedes extensible records for Scala.

Expand All @@ -23,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 9cbabbb

Please sign in to comment.