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-jvm/project.clj | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'lux-jvm/project.clj') diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj index 0705d6f8b..fa6ce9dff 100644 --- a/lux-jvm/project.clj +++ b/lux-jvm/project.clj @@ -19,16 +19,10 @@ :scm {:name "git" :url ~(str repo ".git")} - :dependencies [[com.github.luxlang/lux-bootstrapper ~version] - [com.github.luxlang/lux-jvm-function ~version] + :dependencies [[com.github.luxlang/lux-bootstrapper "0.6.6-SNAPSHOT"] + [com.github.luxlang/lux-jvm-function "0.6.5"] ;; [com.github.luxlang/stdlib ~version] - - ;; JVM Bytecode (TODO: Remove ASAP) - [org.ow2.asm/asm "7.3.1"] - [org.ow2.asm/asm-commons "7.3.1"] - [org.ow2.asm/asm-analysis "7.3.1"] - [org.ow2.asm/asm-tree "7.3.1"] - [org.ow2.asm/asm-util "7.3.1"]] + ] :manifest {"lux" ~version} :source-paths ["source"] -- cgit v1.2.3