Importing seems to fail once with the following error, and work fine if you try again.
$ amm
Loading...
Welcome to the Ammonite Repl 0.7.7
(Scala 2.11.8 Java 1.8.0_101)
@ import $ivy.`org.typelevel::cats-core:0.7.2`
import $ivy.$
@ import cats.Traverse
cmd1.sc:1: package cats contains object and package with same name: implicits
one of them needs to be removed from classpath
import cats.Traverse
^
Compilation Failed
@ import cats.Traverse
import cats.Traverse
@
The cats-core lib and all its dependencies were already in my Ivy cache, in case that matters.
The text was updated successfully, but these errors were encountered:
Importing seems to fail once with the following error, and work fine if you try again.
The
cats-core
lib and all its dependencies were already in my Ivy cache, in case that matters.The text was updated successfully, but these errors were encountered: