Skip to content

Commit

Permalink
Updated readme to note the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Nov 7, 2020
1 parent a96c3f6 commit c8a3404
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ without implicit ambiguity, unlike in pre-1.0.0 cats or Scalaz 7.
libraryDependencies += "org.typelevel" %% "cats-mtl" % "1.0.0"
```

If your project uses Scala.js, replace the double-`%` with a triple. Note that **cats-mtl** has an upstream dependency on **cats-core** version 2.x.
If your project uses ScalaJS, replace the double-`%` with a triple. Note that **cats-mtl** has an upstream dependency on **cats-core** version 2.x.

Cross-builds are available for Scala 2.12 and 2.13, Scala.js major version 1.x.
Cross-builds are available for Scala 2.12 and 2.13, ScalaJS major version 1.x.

Version `1.1.0-M1` has also been released for Dotty 0.27.0-RC1 and Scala 3.0.0-M1 (without ScalaJS support), as well as Scala 2.13 and 2.13 (with ScalaJS support).

If you're not sure where to start or what Cats MTL even is, please refer to the [getting started guide](https://typelevel.org/cats-mtl/getting-started.html).

Expand Down

0 comments on commit c8a3404

Please sign in to comment.