Created
May 26, 2014 13:13
-
-
Save jarohen/4c890844903f6054334b to your computer and use it in GitHub Desktop.
A workaround for CLJX's middleware specifying an old version of Piggieback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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