Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Kiva-Meyer committed Sep 2, 2014
1 parent 77e63ad commit a78892d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
:test-paths ["spec" "target/spec"]

:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-2280" :scope "provided"]]
[org.clojure/clojurescript "0.0-2322" :scope "provided"]]

:profiles {:dev {:dependencies [[ring-mock "0.1.5"]
[speclj "3.0.2"]]}}
[speclj "3.1.0"]]}}

:plugins [[com.keminglabs/cljx "0.4.0"]
[lein-cljsbuild "1.0.3"]
[lein-pdo "0.1.1"]
[speclj "3.0.2"]]
[speclj "3.1.0"]]

:aliases {"dev" ["do"
"clean,"
Expand Down

0 comments on commit a78892d

Please sign in to comment.