taoensso / sente

Realtime web comms library for Clojure/Script
https://www.taoensso.com/sente
Eclipse Public License 1.0
1.74k stars 193 forks source link

Bump core.async and aleph versions for new specs in clojure 1.9 #301

Closed pkova closed 7 years ago

pkova commented 7 years ago

Sente does not work with the new specs since it uses an old version of core.async which has a bad :refer-clojure. Fixed in this commit.

Aleph version 0.4.1 has a malformed defn so I bumped that to 0.4.3 as well.

See CLJ-2062 for details.

danielcompton commented 7 years ago

This seems pretty safe.