Skip to content

Commit

Permalink
fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBaranosky committed Mar 30, 2013
1 parent 12f3378 commit c499057
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Expand Up @@ -6,9 +6,9 @@
:subscribe "https://groups.google.com/forum/?fromgroups#!forum/clj-schema"}
:license {:name "MIT License"
:url "http://mit-license.org/"}
:profiles {:user {:dependencies [[org.clojure/clojure "1.5.1"]
[robert/hooke "1.3.0"]]}
:dev {:dependencies [[jonase/kibit "0.0.3"]
:dependencies [[org.clojure/clojure "1.5.1"]
[robert/hooke "1.3.0"]]
:profiles {:dev {:dependencies [[jonase/kibit "0.0.3"]
[print-foo "0.3.3"]
[slamhound "1.3.0"]
[org.clojure/tools.trace "0.7.3"]]
Expand Down

0 comments on commit c499057

Please sign in to comment.