I've been deploying/testing/running a noir app on heroku for weeks. This morning, I ran 'heroku run lein run', which never has an issue. I got this:
java.lang.RuntimeException: No such var: repl/profile, compiling:(leiningen/standalone_repl.clj:9) I checked out the GitHub repos for leiningen and leiningen_repl, but nothing jumps out as the cause. I require leiningen 2.0.0, but dropping this requirement allows the repl task to load and run. Running this same project locally has no issues. Creating an empty project and uploading to a new Heroku app fails in the same way. Requiring leiningen 2.0.0 fails, not requiring it passes. What would have changed on Heroku or these projects this morning? Or what else could be the cause? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en