plexus / chestnut

Application template for Clojure + ClojureScript web apps
Eclipse Public License 1.0
1.32k stars 99 forks source link

change versions of clojurescript and om to the latest #156

Closed ogis-hashi closed 9 years ago

ogis-hashi commented 9 years ago

I've changed the version of clojurescript from 1.7.122 to 1.7.145 since 1.7.122 does not exists in clojar any more. I've also changed the version of om to 1.0.0-alpha14. Please merge my code.

plexus commented 9 years ago

Thanks for the patch! Would you mind adding a changelog entry in the README?

ogis-hashi commented 9 years ago

Yes, I will do that.

ogis-hashi commented 9 years ago

I've updated other jars to the latest except clojurescript.

Updating cljs to the latest(1.7.170) causes an error when running (run) on repl in a chestnut project.

plexus commented 9 years ago

Thank you!

Send me your address if you would like some Chestnut stickers in the mail :)

adventure_time_swing

mattiasw2 commented 8 years ago

I had to roll back this update in my om-bootstrap test project. There were two problems:

  1. weasel failed to connect
  2. println didn't work Yes, I agree, a bit strange it had these effects, but now it works as it should.