I find that for projects with a large number of dependencies I sometimes want to change only the clojure version and keep everything else the same. Right now I've just repeated a number of dependencies: https://github.com/nathanmarz/cascalog/blob/master/project.clj.
Would it be possible to have a set of shared dependencies that are merged in with every other multi-deps set? Something like
I find that for projects with a large number of dependencies I sometimes want to change only the clojure version and keep everything else the same. Right now I've just repeated a number of dependencies: https://github.com/nathanmarz/cascalog/blob/master/project.clj.
Would it be possible to have a set of shared dependencies that are merged in with every other multi-deps set? Something like
Thanks! Sam