Skip to content

Commit

Permalink
fix typo: partial-unification version (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
letusfly85 authored and Luka Jacobowitz committed Aug 7, 2018
1 parent 818844c commit c302177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit c302177

Please sign in to comment.