-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added ammonite instructions to faq #2153
Conversation
docs/src/main/tut/faq.md
Outdated
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._ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cats
isn't published anymore.
cats-core
? or cats-free
maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, blindly copied from an old issue..
Codecov Report
@@ Coverage Diff @@
## master #2153 +/- ##
=======================================
Coverage 94.67% 94.67%
=======================================
Files 328 328
Lines 5536 5536
Branches 199 199
=======================================
Hits 5241 5241
Misses 295 295 Continue to review full report at Codecov.
|
No description provided.