It's a bug in cljx related to the middleware I think. Try this one: [org.clojars.cemerick/cljx "0.5.0-SNAPSHOT"]
On Thursday, November 27, 2014 12:22:54 PM UTC+1, Colin Yates wrote: > > I have included cljx and everytime lein starts it gives the following: > > [code] > WARNING!!! version ranges found for: > [com.keminglabs/cljx "0.4.0"] -> [org.clojars.trptcolin/sjacket "0.1.0.6"] > -> [org.clojure/clojure "[1.3.0,)"] > Consider using [com.keminglabs/cljx "0.4.0" :exclusions > [org.clojure/clojure]]. > [com.keminglabs/cljx "0.4.0"] -> [org.clojars.trptcolin/sjacket "0.1.0.6"] > -> [net.cgrand/regex "1.1.0"] -> [org.clojure/clojure "[1.2.0,)"] > Consider using [com.keminglabs/cljx "0.4.0" :exclusions > [org.clojure/clojure]]. > [com.keminglabs/cljx "0.4.0"] -> [org.clojars.trptcolin/sjacket "0.1.0.6"] > -> [net.cgrand/parsley "0.9.1"] -> [org.clojure/clojure "[1.2.0,)"] > Consider using [com.keminglabs/cljx "0.4.0" :exclusions > [org.clojure/clojure]]. > [com.keminglabs/cljx "0.4.0"] -> [org.clojars.trptcolin/sjacket "0.1.0.6"] > -> [net.cgrand/parsley "0.9.1"] -> [net.cgrand/regex "1.1.0"] -> > [org.clojure/clojure "[1.2.0,)"] > Consider using [com.keminglabs/cljx "0.4.0" :exclusions > [org.clojure/clojure]]. > [/code] > > Great, nice that it is being helpful, the problem is I am using the > exclusions :). > > Any suggestions? > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
