Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed May 11, 2022
1 parent bcad27b commit 665bb9a
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 @@ -7,10 +7,10 @@ A micro-library to derive a typeclass for Scala 3 [Union types](https://docs.sca

## Getting started

To use `union-derivation` in an existing SBT project with Scala **3** or a later version, add the following configuration to your `build.sbt`:
To use `union-derivation` in an existing SBT project with Scala **3.1.2**, add the following configuration to your `build.sbt`:

```scala
libraryDependencies += "io.github.irevive" %% "union-derivation-core" % "0.0.2"
libraryDependencies += "io.github.irevive" %% "union-derivation-core" % "0.0.3"
scalacOptions += "-Yretain-trees" // important for the detection of an abstract method in a trait
```

Expand Down

0 comments on commit 665bb9a

Please sign in to comment.