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.lux8
1 files changed, 4 insertions, 4 deletions
diff --git a/lux-js/project.lux b/lux-js/project.lux
index 24b4504ce..a3db2e680 100644
--- a/lux-js/project.lux
+++ b/lux-js/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-js" "0.7.0"]
+ ["identity" ["com.github.luxlang" "lux-js" "0.8.0-SNAPSHOT"]
"info" ["description" "A JavaScript compiler for Lux."
"url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
@@ -15,15 +15,15 @@
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- "dependencies" [... ["com.github.luxlang" "stdlib" "0.7.0" "tar"]
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.8.0-SNAPSHOT" "tar"]
]
"program" program._]
"js"
- ["lux" ["com.github.luxlang" "lux-js" "0.7.0" "js"]]
+ ["lux" ["com.github.luxlang" "lux-js" "0.8.0-SNAPSHOT" "js"]]
"jvm"
- ["lux" ["com.github.luxlang" "lux-jvm" "0.7.0" "jar"]
+ ["lux" ["com.github.luxlang" "lux-jvm" "0.8.0-SNAPSHOT" "jar"]
"dependencies" [["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"]
["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]]