diff options
Diffstat (limited to 'luxc')
-rw-r--r-- | luxc/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luxc/project.clj b/luxc/project.clj index 4650fbd58..ac2b44087 100644 --- a/luxc/project.clj +++ b/luxc/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.luxlang/luxc-jvm "0.5.0-SNAPSHOT" +(defproject com.github.luxlang/luxc-jvm "0.5.0" :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" |