diff options
author | Eduardo Julian | 2021-10-22 23:57:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-22 23:57:14 -0400 |
commit | 6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (patch) | |
tree | 514764c4d3071172928227ebe07149f5eab534e8 /lux-bootstrapper | |
parent | af680e8470bf7446d9fac431f38dcc57bd60aba9 (diff) |
v0.6.3
Diffstat (limited to 'lux-bootstrapper')
-rw-r--r-- | lux-bootstrapper/project.clj | 10 |
1 files changed, 2 insertions, 8 deletions
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"] |