Support 0.8.0
Fixes clojurewerkz.support.json compilation when clojure.data.json is not available.
This commit is contained in:
parent
adfce471a1
commit
cd67e7c6b3
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,8 @@
|
|||
## Changes between 1.3.0 and 1.4.0
|
||||
|
||||
No changes yet.
|
||||
### ClojureWerkz Support Upgrade
|
||||
|
||||
ClojureWerkz Support dependency has been updated to version `0.8.0`.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
:dependencies [[org.clojure/clojure "1.4.0"]
|
||||
[org.mongodb/mongo-java-driver "2.9.2"]
|
||||
[com.novemberain/validateur "1.2.0"]
|
||||
[clojurewerkz/support "0.7.0"]
|
||||
[clojurewerkz/support "0.8.0"]
|
||||
[ragtime/ragtime.core "0.3.0"]]
|
||||
:test-selectors {:default (fn [m]
|
||||
(and (not (:performance m))
|
||||
|
|
|
|||
Loading…
Reference in a new issue