I needed to generate a new fetch jar to make things work with the following updated deps:
(defproject fetch "0.1.0-alpha2"
:description "A ClojureScript and Noir library to make client-server interaction painless."
:dependencies [[clojure "1.4.0"]
[noir "1.3.0-beta10"]])
After that it worked like a charm - thanks!