user3139545
user3139545

Reputation: 7374

Running leiningen update causes lots of warnings

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

Answers (1)

edbond
edbond

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

Related Questions