diff options
author | Eduardo Julian | 2020-07-01 22:28:36 -0400 |
---|---|---|
committer | Eduardo Julian | 2020-07-01 22:28:36 -0400 |
commit | 7853d890ac72cd96851caedadd8525404705286c (patch) | |
tree | 7bf7d484b0830a7dec16be914beb5817a89ec072 /lux-jvm | |
parent | 23ad698f1ad87f9e9838c1e7df1809991c6a1d18 (diff) |
Moved all spec(ifications) from under "test/" to under "spec/".
Diffstat (limited to 'lux-jvm')
-rw-r--r-- | lux-jvm/project.clj | 2 |
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} |