aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2017-05-09 17:48:27 -0400
committerEduardo Julian2017-05-09 17:48:27 -0400
commitdd5220e13b03c8f85972feac535a34ef64525222 (patch)
tree2ac08a118eaa63f11c2397a08eaca74d199f2d1e /new-luxc/project.clj
parent7b74c1258f345d576b0c798303b0ed28f1734368 (diff)
- Added tests for some kinds of analysis.
- WIP: Porting more code.
Diffstat (limited to '')
-rw-r--r--new-luxc/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index 4ecd372f5..4ea8de9f6 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -16,7 +16,7 @@
:scm {:name "git"
:url "https://github.com/LuxLang/lux.git"}
- :dependencies []
+ :dependencies [[org.ow2.asm/asm-all "5.0.3"]]
:source-paths ["source"]
:test-paths ["test"]