diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/project.clj | 1 |
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"}} |