aboutsummaryrefslogtreecommitdiff
path: root/lux-python/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/project.lux')
-rw-r--r--lux-python/project.lux7
1 files changed, 4 insertions, 3 deletions
diff --git a/lux-python/project.lux b/lux-python/project.lux
index 916dbd5a9..f69567703 100644
--- a/lux-python/project.lux
+++ b/lux-python/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-python" "0.6.5"]
+ ["identity" ["com.github.luxlang" "lux-python" "0.7.0-SNAPSHOT"]
"description" "A Python compiler for Lux."
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
@@ -15,8 +15,9 @@
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- "compiler" ["com.github.luxlang" "lux-jvm" "0.6.5" "jar"]
+ "lux" ["com.github.luxlang" "lux-jvm" "0.7.0-SNAPSHOT" "jar"]
"dependencies" [... ["com.github.luxlang" "stdlib" "0.6.5" "tar"]
- ["org.python" "jython-standalone" "2.7.2" "jar"]]
+ ["org.python" "jython-standalone" "2.7.2" "jar"]
+ ["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"]]
"program" "program"]]