From a498da4f24bb7c9e248c6b00c3bc4283a49e623f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 26 Apr 2016 00:07:30 -0400 Subject: - Made some fixes to type-inference for pattern-matching. --- project.clj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'project.clj') 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/"]]) -- cgit v1.2.3