From 0da4223ccec5b8480f58998e480946b5caa75989 Mon Sep 17 00:00:00 2001 From: letusfly85 Date: Wed, 8 Aug 2018 00:10:45 +0900 Subject: [PATCH] fix typo: partial-unification version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf7f3a27db..8799fe2d9d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ scalacOptions += "-Ypartial-unification" **Or**, if you need to support older versions of Scala you can use the [sbt-partial-unification](https://github.com/fiadliel/sbt-partial-unification#sbt-partial-unification) plugin which extends support back through **Scala 2.10.6 or later**, to add it, simply add this line to your `plugins.sbt`: ```scala -addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.2.0") +addSbtPlugin("org.lyranthe.sbt" % "partial-unification" % "1.1.2") ``` And then create the Cats dependency, by adding the following to your `build.sbt`: