aboutsummaryrefslogtreecommitdiff
path: root/lux-js/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-01-08 19:23:52 -0400
committerEduardo Julian2021-01-08 19:23:52 -0400
commit1ce30d50abaa330ab2125b110e245de6deda27c7 (patch)
tree6b40e5d5f1282d33dbd31e64b1753fd0c31be79b /lux-js/project.clj
parent75102dcfa7c2c0afd32cb5bf5ac012df2db6a7a1 (diff)
Moved "log!" function under "lux/debug".
Diffstat (limited to 'lux-js/project.clj')
-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"]