Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored Jan 12, 2018
1 parent c308edc commit 36955af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Of course. [sbt-catalysts](https://github.com/typelevel/sbt-catalysts) is create
The easiest way is probably using [Ammonite-REPL](http://ammonite.io/). Install it following the instructions there. Then in the amm console you can type in
```scala
interp.configureCompiler(_.settings.YpartialUnification.value = true)
import $ivy.`org.typelevel::cats:1.0.1`, cats.implicits._
import $ivy.`org.typelevel::cats-core:1.0.1`, cats.implicits._
```
Or if you want, you can add these lines to `~/.ammonite/predef.sc` so that they are enabled every ammonite session.

Expand Down

0 comments on commit 36955af

Please sign in to comment.