aboutsummaryrefslogtreecommitdiff
path: root/lux-js/project.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lux-js/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-js/project.clj b/lux-js/project.clj
index 28fcfff87..dfaaf2f5d 100644
--- a/lux-js/project.clj
+++ b/lux-js/project.clj
@@ -22,7 +22,7 @@
:plugins [[com.github.luxlang/lein-luxc ~version]]
:dependencies [[com.github.luxlang/lux-bootstrapper ~version]
[com.github.luxlang/stdlib ~version]
- [org.openjdk.nashorn/nashorn-core "15.0"]]
+ [org.openjdk.nashorn/nashorn-core "15.1"]]
:manifest {"lux" ~version}
:source-paths ["source"]