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

Commit

Permalink
Noted 2.13 cross-build in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Nov 18, 2018
1 parent 7384e93 commit 47fc31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Add the following to your SBT configuration:
libraryDependencies += "com.codecommit" %% "shims" % "<version>"
```

If you're using scala.js, use `%%%` instead. Cross-builds are available for Scala 2.11 and 2.12. 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.
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.

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

Expand Down

0 comments on commit 47fc31f

Please sign in to comment.