diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-09-29 15:34:45 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-09-29 15:34:45 +1000 |
commit | 595963b76b6c408c48a9f8a109755887eabd05a8 (patch) | |
tree | 0e7940ebb0482b8c34c4c2dce7efb9e6f8a0106b | |
parent | 9b5e0cfc6f4302149721474b2934f44e409e99c0 (diff) |
Remove midje as a dependency.
-rw-r--r-- | project.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project.clj b/project.clj index fa4fc6b..f2682bb 100644 --- a/project.clj +++ b/project.clj @@ -4,6 +4,5 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.5.1"]] - :profiles {:dev {:dependencies [[midje "1.5.1"]]}} :scm {:name "mercurial" :url "https://bitbucket.org/czan/clojure-sql/"}) |