From 60daee098f92a44c3b404a9f5801f2e8126ad650 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 5 Apr 2022 18:32:42 -0400 Subject: No longer depending on the ASM library for JVM bytecode generation. --- lux-python/project.lux | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lux-python/project.lux') 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"]] -- cgit v1.2.3