aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2020-07-01 22:28:36 -0400
committerEduardo Julian2020-07-01 22:28:36 -0400
commit7853d890ac72cd96851caedadd8525404705286c (patch)
tree7bf7d484b0830a7dec16be914beb5817a89ec072 /lux-jvm/project.clj
parent23ad698f1ad87f9e9838c1e7df1809991c6a1d18 (diff)
Moved all spec(ifications) from under "test/" to under "spec/".
Diffstat (limited to 'lux-jvm/project.clj')
-rw-r--r--lux-jvm/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj
index dbff84a85..301740923 100644
--- a/lux-jvm/project.clj
+++ b/lux-jvm/project.clj
@@ -22,7 +22,7 @@
:dependencies [[com.github.luxlang/luxc-jvm ~version]
[com.github.luxlang/stdlib ~version]
- ;; JVM Bytecode
+ ;; JVM Bytecode (TODO: Remove ASAP)
[org.ow2.asm/asm-all "5.0.3"]]
:manifest {"lux" ~version}