Fork me on GitHub
#leiningen
<
2016-01-01
>
crocket07:01:16

If the version of a leiningen project doesn't matter much, how do I specify the version of the leiningen project so that project contributors notice that the leiningen project version doesn't matter?

crocket07:01:40

(defproject org.example/sample "?????"

crocket07:01:57

I just set it to "0.0.0"

richiardiandrea21:01:52

is there a lein offline switch (clojars is down) ?

solicode23:01:06

@richiardiandrea: Sorry, a bit late and you probably already found the solution by now, but lein -o runs tasks in offline-mode.