Skip to content

Instantly share code, notes, and snippets.

@jarohen
Created May 26, 2014 13:13
Show Gist options
  • Save jarohen/4c890844903f6054334b to your computer and use it in GitHub Desktop.
Save jarohen/4c890844903f6054334b to your computer and use it in GitHub Desktop.
A workaround for CLJX's middleware specifying an old version of Piggieback
(defproject project "..."
:dependencies [[com.cemerick/piggieback "0.1.3"]
[com.keminglabs/cljx "0.3.2" :exclusions [com.cemerick/piggieback]]]
:plugins [[com.keminglabs/cljx "0.3.2" :middleware false]]
;; ...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment