Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

Commit ce70ac0

Browse files
committed
Updated readme for M5 cross-build
1 parent 2ad5c25 commit ce70ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following to your SBT configuration:
1818
libraryDependencies += "com.codecommit" %% "shims" % "<version>"
1919
```
2020

21-
If you're using scala.js, use `%%%` instead. Cross-builds are available for Scala 2.11, 2.12, and 2.13-M4. It is *strongly* recommended that you enable the relevant SI-2712 fix in your build. [Details here](https://github.com/typelevel/cats/tree/b23c7fbc117856910fa43de205457d8637eef8c6#getting-started). A large number of conversions will simply *not work* without partial unification.
21+
If you're using scala.js, use `%%%` instead. Cross-builds are available for Scala 2.11, 2.12, and 2.13-M5. It is *strongly* recommended that you enable the relevant SI-2712 fix in your build. [Details here](https://github.com/typelevel/cats/tree/b23c7fbc117856910fa43de205457d8637eef8c6#getting-started). A large number of conversions will simply *not work* without partial unification.
2222

2323
Once you have the dependency installed, simply add the following import to any scopes which require cats-scalaz interop:
2424

0 commit comments

Comments
 (0)