From 621566e29207c3e72c03efde9b134fc9f9d6169e Mon Sep 17 00:00:00 2001
From: "Paolo G. Giarrusso"
Date: Wed, 24 May 2017 18:58:08 +0200
Subject: [PATCH] Link to sbt-partial-unification plugin
Plugin argued for in https://github.com/typelevel/general/issues/69.
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 850c34ad0c..d7d9f7109c 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,10 @@ Release notes for Cats are available in [CHANGES.md](CHANGES.md).
cats 1.0 is released (ETA: Q4 2017), there will be an increased focus
on making changes in compatible ways.*
+#### Enhancing type inference
+
+To use cats you'll need sometimes support for improved type inference. To enable it for any supported Scalac version, use this [sbt plugin](https://github.com/fiadliel/sbt-partial-unification#sbt-partial-unification).
+
### Documentation
Cats information and documentation is available on the