Skip to content

Commit

Permalink
"dev" -> :dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Mar 7, 2012
1 parent 8bc77a9 commit 66a95c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Expand Up @@ -11,8 +11,8 @@
[commons-io "2.1"]
[slingshot "0.10.2"]
[cheshire "2.2.2"]]
:profiles {"dev" {:dependencies [[ring/ring-jetty-adapter "1.0.2"]
[ring/ring-devel "1.0.2"]]}}
:profiles {:dev {:dependencies [[ring/ring-jetty-adapter "1.0.2"]
[ring/ring-devel "1.0.2"]]}}
:test-selectors {:default #(not (:integration %))
:integration :integration
:all (constantly true)}
Expand Down

0 comments on commit 66a95c9

Please sign in to comment.