Skip to content

Commit

Permalink
Support 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 20, 2014
1 parent ff42716 commit e22de2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,7 +1,7 @@
(defproject clojurewerkz/serialism "1.1.0-SNAPSHOT"
:description "A tiny Clojure library that serializes and deserializes values into popular formats based on provided content type"
:dependencies [[org.clojure/clojure "1.5.1"]
[clojurewerkz/support "0.15.0"]
[clojurewerkz/support "0.20.0"]
[cheshire "5.3.1"]]
:profiles {:1.4 {:dependencies [[org.clojure/clojure "1.4.0"]]}
:1.6 {:dependencies [[org.clojure/clojure "1.6.0-beta1"]]}
Expand Down

0 comments on commit e22de2c

Please sign in to comment.