From f29d0644f15e6548af6d015ef9bb60eb6f846329 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 9 Oct 2021 04:17:44 -0400 Subject: Fixed packaging issue. --- lux-bootstrapper/project.clj | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'lux-bootstrapper/project.clj') diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index ba42e7c05..4fb1b90cd 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -1,8 +1,8 @@ -(defproject com.github.luxlang/lux-bootstrapper "0.6.0" +(defproject com.github.luxlang/lux-bootstrapper "0.6.2" :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" - :license {:name "Lux License v0.1.1" + :license {:name "Lux License v0.1.2" :url "https://github.com/LuxLang/lux/blob/master/license.txt"} :deploy-repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/" :creds :gpg}] @@ -14,15 +14,18 @@ :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/core.match "0.2.1"] ;; Prefer when building Lua compiler. - ;; [org.ow2.asm/asm-all "5.0.3"] + ;; [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"] [org.ow2.asm/asm-analysis "7.3.1"] [org.ow2.asm/asm-tree "7.3.1"] - [org.ow2.asm/asm-util "7.3.1"] - ] + [org.ow2.asm/asm-util "7.3.1"]] :warn-on-reflection true :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]] :source-paths ["src"] -- cgit v1.2.3