Skip to content

Commit

Permalink
bump clojure version to 1.3, multi deps to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Sep 23, 2011
1 parent ac5f101 commit 7afe6a2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
(defproject cheshire "2.0.3-SNAPSHOT"
:description "JSON and JSON SMILE encoding, fast."
:url "https://github.com/dakrone/cheshire"
:dependencies [[org.clojure/clojure "1.2.1"]
:dependencies [[org.clojure/clojure "1.3.0"]
[org.codehaus.jackson/jackson-core-asl "1.8.5"]
[org.codehaus.jackson/jackson-smile "1.8.5"]]
:dev-dependencies [[lein-marginalia "0.6.0"]
[lein-multi "1.0.0"]]
:multi-deps {"1.2.0" [[org.clojure/clojure "1.2.0"]
:multi-deps {"1.2.1" [[org.clojure/clojure "1.2.1"]
[org.codehaus.jackson/jackson-core-asl "1.8.5"]
[org.codehaus.jackson/jackson-smile "1.8.5"]]
"1.3" [[org.clojure/clojure "1.3.0-RC0"]
[org.codehaus.jackson/jackson-core-asl "1.8.5"]
[org.codehaus.jackson/jackson-smile "1.8.5"]]})
[org.codehaus.jackson/jackson-smile "1.8.5"]]})

0 comments on commit 7afe6a2

Please sign in to comment.