Skip to content

Commit

Permalink
Added 'Dependency' section to README file
Browse files Browse the repository at this point in the history
  • Loading branch information
rcardin committed Apr 15, 2024
1 parent eb2baef commit 7a33695
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@

# raise4s
Porting of the Raise DSL from the Arrow Kt Kotlin library

## Dependency

The library is available on Maven Central. To use it, add the following dependency to your `build.sbt` files:

```sbt
libraryDependencies += "in.rcard" % "raise4s_3" % "0.0.1"
```

The library is only available for Scala 3.

0 comments on commit 7a33695

Please sign in to comment.