shriphani / pegasus

:racehorse:✈️ Pegasus is a scalable, modular, polite web-crawler for Clojure
http://getpegasus.io
Eclipse Public License 1.0
262 stars 17 forks source link

Upgrade to latest core.async for Clojure 1.9 #40

Closed tirkarthi closed 6 years ago

tirkarthi commented 6 years ago

Upgrade to latest core.async since the current version breaks in Clojure 1.9 with the :refer-clojure syntax.

Closes https://github.com/shriphani/pegasus/issues/39

shriphani commented 6 years ago

TYVM.