"unknown resolver null" when loading libraries in predef.scala #144
Labels
Comments
That may require an Ivy API wizard. Switching to coursier would fix that too (see #110). |
Yeah swapping to coursier would fix this. @alexarchambault my preferred way forward would be to make it swappable, the same way |
lihaoyi
pushed a commit
that referenced
this issue
Jan 31, 2016
…, because the dummy resolver with `null` as a name seems to make travis fail (???)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I edited my
predef.scala
file to add the following:When I ran
amm
the first time I saw this output:However on subsequent runs things are fine, and the libraries are available. It seems like problem only occurs the first time a library is added. I got similar output in the REPL:
The library seems to have been loaded correctly in this case.
The text was updated successfully, but these errors were encountered: