From 41adf388dbadf6b37507227d1f6e66fe502af130 Mon Sep 17 00:00:00 2001 From: Harrison Houghton Date: Sat, 7 Oct 2017 20:18:01 -0400 Subject: [PATCH] Mention the right issue number of doom. I'm as much a fan of Rush as the next person, but 2712 should be a famous number in its own right. Also, scala uses GitHub now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc6c1a99e9..104cd68a80 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For more detail about Cats' motivations, go [here](http://typelevel.org/cats/mot Cats is currently available for Scala 2.10, 2.11 and 2.12, and [Scala.js](http://www.scala-js.org/). -Cats relies on improved type inference via the fix for [SI-2112](https://issues.scala-lang.org/browse/SI-2712), which is not enabled by default. For **Scala 2.11.9 or later** you should add the following to your `build.sbt`: +Cats relies on improved type inference via the fix for [SI-2712](https://github.com/scala/bug/issues/2712), which is not enabled by default. For **Scala 2.11.9 or later** you should add the following to your `build.sbt`: ```scala scalacOptions += "-Ypartial-unification"