Skip to content

Commit

Permalink
move ring/compojure/hiccup from dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pingles committed Mar 25, 2014
1 parent 670c88c commit 73fdd59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bandit-ring/project.clj
Expand Up @@ -5,11 +5,11 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
[ring/ring-core "1.2.2"]
[bandit/bandit-core "0.2.1-SNAPSHOT"]]
[ring/ring-jetty-adapter "1.2.2"]
[ring/ring-devel "1.2.2"]
[bandit/bandit-core "0.2.1-SNAPSHOT"]
[compojure "1.1.6"]
[hiccup "1.0.3"]]
:main bandit.ring.example-app
:profiles {:dev {:dependencies [[ring/ring-devel "1.2.2"]
[ring/ring-jetty-adapter "1.2.2"]
[hiccup "1.0.3"]
[expectations "1.4.45"]
[compojure "1.1.6"]]
:profiles {:dev {:dependencies [[expectations "1.4.45"]]
:plugins [[lein-expectations "0.0.8"]]}})

0 comments on commit 73fdd59

Please sign in to comment.