diff options
author | Eduardo Julian | 2021-10-09 04:17:44 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-09 04:17:44 -0400 |
commit | f29d0644f15e6548af6d015ef9bb60eb6f846329 (patch) | |
tree | 1985737bbfa9846d7defcb0af95a88e092866f69 /lux-lein | |
parent | 30100903886160f8e187e8da4a7d4c9cafe6c50e (diff) |
Fixed packaging issue.
Diffstat (limited to 'lux-lein')
-rw-r--r-- | lux-lein/project.clj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-lein/project.clj b/lux-lein/project.clj index 3fc049c64..ef6c1a7f4 100644 --- a/lux-lein/project.clj +++ b/lux-lein/project.clj @@ -1,7 +1,7 @@ -(defproject com.github.luxlang/lein-luxc "0.6.0" +(defproject com.github.luxlang/lein-luxc "0.6.2" :description "The Leiningen plugin for the Lux programming language." :url "https://github.com/LuxLang/lein-luxc" - :license {:name "Lux License v0.1.1" + :license {:name "Lux License v0.1.2" :url "https://github.com/LuxLang/lux/blob/master/license.txt"} :dependencies [[org.clojure/clojure "1.6.0"]] :deploy-repositories [["releases" {:url "https://oss.sonatype.org/service/local/staging/deploy/maven2/" |