aboutsummaryrefslogtreecommitdiff
path: root/lux-js/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-js/project.clj')
-rw-r--r--lux-js/project.clj5
1 files changed, 3 insertions, 2 deletions
diff --git a/lux-js/project.clj b/lux-js/project.clj
index 29b1800f8..28fcfff87 100644
--- a/lux-js/project.clj
+++ b/lux-js/project.clj
@@ -20,8 +20,9 @@
["snapshots" {:url ~sonatype-snapshots :creds :gpg}]]
:plugins [[com.github.luxlang/lein-luxc ~version]]
- :dependencies [[com.github.luxlang/luxc-jvm ~version]
- [com.github.luxlang/stdlib ~version]]
+ :dependencies [[com.github.luxlang/lux-bootstrapper ~version]
+ [com.github.luxlang/stdlib ~version]
+ [org.openjdk.nashorn/nashorn-core "15.0"]]
:manifest {"lux" ~version}
:source-paths ["source"]