aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2014-12-01 00:15:42 -0400
committerEduardo Julian2014-12-01 00:15:42 -0400
commit60cf264468d4833fd2cb8b103b0fc29a17d55eec (patch)
tree9392958565813adc67cbfbcecd4bcb49ceb23e16 /project.clj
parent74f1d02a2f16da9e2ce2fb747dad07979a9db26a (diff)
* Time to start compiling...
Diffstat (limited to '')
-rw-r--r--project.clj3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.clj b/project.clj
index 6f07b5b15..408dc63ab 100644
--- a/project.clj
+++ b/project.clj
@@ -4,4 +4,5 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.6.0"]
- [org.clojure/core.match "0.2.1"]])
+ [org.clojure/core.match "0.2.1"]
+ [org.ow2.asm/asm-all "5.0.3"]])