diff options
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/project.clj b/project.clj index c00605591..c08d03930 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.luxlang/luxc-jvm "0.3.3-SNAPSHOT" +(defproject com.github.luxlang/luxc-jvm "0.3.3" :description "The JVM compiler for the Lux programming language." :url "https://github.com/LuxLang/lux" :license {:name "Mozilla Public License (Version 2.0)" @@ -7,4 +7,6 @@ [org.clojure/core.match "0.2.1"] [org.ow2.asm/asm-all "5.0.3"]] :warn-on-reflection true - :main lux) + :main lux + :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"] + ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]]) |