Skip to content

Instantly share code, notes, and snippets.

@Slakah
Created July 16, 2018 13:56
Show Gist options
  • Save Slakah/c691af137822ddcc937863bc4bcc9399 to your computer and use it in GitHub Desktop.
Save Slakah/c691af137822ddcc937863bc4bcc9399 to your computer and use it in GitHub Desktop.
How to use cats in ammonite
import $ivy.{
`org.typelevel::cats-effect:1.0.0-RC2`,
`org.typelevel::cats-core:1.1.0`
}
val scalacOptions = List("-Ypartial-unification")
interp.preConfigureCompiler(_.processArguments(scalacOptions, true))
// reload compiler
@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment