aboutsummaryrefslogtreecommitdiff
path: root/lux-js/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-js/project.lux')
-rw-r--r--lux-js/project.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-js/project.lux b/lux-js/project.lux
index 493e3f37f..c7be34e6f 100644
--- a/lux-js/project.lux
+++ b/lux-js/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-js" "0.6.5"]
+ ["identity" ["com.github.luxlang" "lux-js" "0.6.6-SNAPSHOT"]
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
"licenses" [["name" "Lux License v0.1.2"
@@ -21,8 +21,8 @@
"program" "program"]
"js"
- ["compiler" ["com.github.luxlang" "lux-js" "0.6.4" "js"]]
+ ["lux" ["com.github.luxlang" "lux-js" "0.6.6-SNAPSHOT" "js"]]
"jvm"
- ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.5" "jar"]
+ ["lux" ["com.github.luxlang" "lux-jvm" "0.6.6-SNAPSHOT" "jar"]
"dependencies" [["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]]