matthiasn / systems-toolbox

Tools and building blocks for building Systems in Clojure and ClojureScript
Eclipse Public License 1.0
174 stars 23 forks source link

0.1.30-SNAPSHOT not on Clojars #6

Closed davidrupp closed 9 years ago

davidrupp commented 9 years ago

Running lein cljsbuild (in examples/trailing-mouse-pointer) results in "(Could not find artifact matthiasn:systems-toolbox:jar:0.1.30-SNAPSHOT in clojars (https://clojars.org/repo/))". I searched manually and the latest version listed is 0.1.25.

matthiasn commented 9 years ago

Hi David, you can always run lein install from inside the root toolbox directory. I don't really want to publish snapshots, only tagged versions, and that's going to be a day or two until the next one. Let me know if there are any issues with installing it locally (or anything else), happy to help.

davidrupp commented 9 years ago

Fair enough. I did not think about lein install; will give that a try. Thanks!