From 75102dcfa7c2c0afd32cb5bf5ac012df2db6a7a1 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 5 Jan 2021 07:55:22 -0400 Subject: Added lexically-scoped templates. --- lux-js/project.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lux-js/project.clj') 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"] -- cgit v1.2.3