Reputation: 7374
After I run leiningen update
running lein repl
causes the following output to appear? What am I missing?
Im using OSX, Java 1.7.0_51
Upvotes: 2
Views: 117
Reputation: 3951
it's a leiningen bug - https://github.com/technomancy/leiningen/issues/1625
You can temporarily downgrade (lein downgrade 2.4.2
) to solve the issue
Upvotes: 2