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-lein | |
parent | af680e8470bf7446d9fac431f38dcc57bd60aba9 (diff) |
v0.6.3
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 ef6c1a7f4..0e3404eba 100644 --- a/lux-lein/project.clj +++ b/lux-lein/project.clj @@ -1,6 +1,6 @@ -(defproject com.github.luxlang/lein-luxc "0.6.2" +(defproject com.github.luxlang/lein-luxc "0.6.3" :description "The Leiningen plugin for the Lux programming language." - :url "https://github.com/LuxLang/lein-luxc" + :url "https://github.com/LuxLang/lux" :license {:name "Lux License v0.1.2" :url "https://github.com/LuxLang/lux/blob/master/license.txt"} :dependencies [[org.clojure/clojure "1.6.0"]] |