From 47fc31f96602986557e1004935111c442d128e45 Mon Sep 17 00:00:00 2001 From: Daniel Spiewak Date: Sun, 18 Nov 2018 15:03:28 -0700 Subject: [PATCH] Noted 2.13 cross-build in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc56ce8..3092778 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add the following to your SBT configuration: libraryDependencies += "com.codecommit" %% "shims" % "" ``` -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: