Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
update deps to remove contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrunwald committed Jun 21, 2012
1 parent 133c246 commit a9184bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project.clj
@@ -1,8 +1,7 @@
(defproject clj-spore "0.0.2-SNAPSHOT"
:description "SPORE client implementation for the Clojure language"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]
[cheshire "2.0.4"]
[clj-http "0.3.3"]
[slingshot "0.9.0"]]
:dependencies [[org.clojure/clojure "1.4.0"]
[cheshire "4.0.0"]
[clj-http "0.4.3"]
[slingshot "0.10.3"]]
:dev-dependencies [[clj-stacktrace "0.2.4"]])

0 comments on commit a9184bc

Please sign in to comment.