aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2019-10-09 01:11:33 -0400
committerEduardo Julian2019-10-09 01:11:33 -0400
commit793709d3a14b65b836df09d3b22826ad330b38b7 (patch)
tree05f0483f527c9c1ddc11f874b13d6106b97128bc /stdlib/project.clj
parent134c12a5c10702d4d0ca39f398a01bc38366e2fa (diff)
Updated old luxc to work with latest the JVM (and changes in lux-lein)
Diffstat (limited to 'stdlib/project.clj')
-rw-r--r--stdlib/project.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj
index accb59253..d37eb70e7 100644
--- a/stdlib/project.clj
+++ b/stdlib/project.clj
@@ -20,6 +20,7 @@
:manifest {"lux" ~version}
:source-paths ["source"]
+ :dependencies [[com.github.luxlang/luxc-jvm ~version]]
:profiles {:bibliotheca {:description "Standard library for the Lux programming language."
:dependencies []
:lux {:test "test/lux"}}