fetch icon indicating copy to clipboard operation
fetch copied to clipboard

Updating dependencies make fetch work again...

Open franks42 opened this issue 13 years ago • 0 comments

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!

franks42 avatar Oct 26 '12 20:10 franks42