diff options
Diffstat (limited to '')
-rw-r--r-- | lux-bootstrapper/project.clj (renamed from luxc/project.clj) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luxc/project.clj b/lux-bootstrapper/project.clj index f7f7735ed..e0525c2bb 100644 --- a/luxc/project.clj +++ b/lux-bootstrapper/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.luxlang/luxc-jvm "0.6.0-SNAPSHOT" +(defproject com.github.luxlang/lux-bootstrapper "0.6.0-SNAPSHOT" :min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers :description "The JVM compiler for the Lux programming language." :url "https://github.com/LuxLang/lux" |