Clojure2D / clojure2d-examples

Examples for Clojure2d
Eclipse Public License 1.0
88 stars 8 forks source link

Switch to deps.edn? #4

Open jackrusher opened 4 years ago

jackrusher commented 4 years ago

The advantage here is that the deps.edn tool chain makes it easy to depend on a particular git hash of clojure2d, which would avoid the current situation where this repo's project.clj depends on a version of clojure2d that isn't in Clojars/Maven (presumably because you're using lein-localrepo against a local build).

genmeblog commented 4 years ago

Ooops. It was unnecessary commit. Sorry for that. You can try to go back to 1.2.0-SNAPSHOT. I have no option to fix it now. Regarding deps.edn - I'll introduce this when I finish with c2d. Thanks for an advice.

genmeblog commented 4 years ago

I pushed 1.3.0-alpha1 clojure2d snapshot and verified examples. Still didn't move to deps.edn. I leave it open to remember about it.