Everything works fine when I run "play clean compile" directly from comsole.
But if I'm clicking "Make Project" from IDEA I get:
Play 2 compiler
: (*:update) sbt.ResolveException: download failed: org.slf4j#slf4j-api;1.6.6!slf4j-api.jar
Total time: 6 s, completed 23-Apr-2013 17:59:14
Any ideas what could be wrong?
I had the same problem this week. Solved removing the ~/.ivy2
directory.
try the following, Remove this files:
/path/to/your/play/home/repository/cache/org.slf4j
/path/to/your/play/home/repository/local/org.slf4j
/path/to/your/play/home/repository/.sbt.ivy.lock
For me this started when I updated my application to use Play 2.1.3 instead of 2.1.0 in plugins.sbt
... but forgot to actually download the 2.1.3 release and add it to my path.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With