Otann / morse

📡 Clojure interface for Telegram Bot API
Eclipse Public License 1.0
257 stars 48 forks source link

Upgrade core.async to be Clojure 1.9 compatible #27

Closed miikka closed 6 years ago

miikka commented 6 years ago

Versions of core.async older than 0.3.442 are broken with Clojure 1.9-alpha15 and newer. Morse itself seems to work fine, this is just to make the dependencies work out of the box.

Meanwhile, if somebody is getting a spec exception about :refer-clojure when loading Morse, try adding [org.clojure/core.async "0.3.465"] as a dependency to your project.

Otann commented 6 years ago

@miikka thank you! I accidentally used the wrong argument to lein releasedand just pushed 0.3.0 to Clojars 🤦‍♂️