From 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 22 Oct 2021 23:57:14 -0400 Subject: v0.6.3 --- lux-bootstrapper/project.clj | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'lux-bootstrapper') diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index 4fb1b90cd..9c5b82694 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.luxlang/lux-bootstrapper "0.6.2" +(defproject com.github.luxlang/lux-bootstrapper "0.6.3" :min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers :description "The JVM (bootstrapping) compiler for the Lux programming language." :url "https://github.com/LuxLang/lux" @@ -13,13 +13,7 @@ [:url "https://github.com/eduardoejp"]]] :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/core.match "0.2.1"] - ;; Prefer when building Lua compiler. - ;; [org.ow2.asm/asm "5.0.3"] - ;; [org.ow2.asm/asm-commons "5.0.3"] - ;; [org.ow2.asm/asm-analysis "5.0.3"] - ;; [org.ow2.asm/asm-tree "5.0.3"] - ;; [org.ow2.asm/asm-util "5.0.3"] - + ;; Prefer when building JS compiler. [org.ow2.asm/asm "7.3.1"] [org.ow2.asm/asm-commons "7.3.1"] -- cgit v1.2.3