From 129d3a169484c08d90a31fba5d8f59d39227c5fd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 12 Jan 2017 18:47:51 -0400 Subject: - v0.6.0 development has officially begun! --- luxc/project.clj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'luxc/project.clj') diff --git a/luxc/project.clj b/luxc/project.clj index 84253c6f0..ecbecbb23 100644 --- a/luxc/project.clj +++ b/luxc/project.clj @@ -1,4 +1,4 @@ -(defproject com.github.luxlang/luxc-jvm "0.5.0" +(defproject com.github.luxlang/luxc-jvm "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" @@ -20,11 +20,12 @@ ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]] :source-paths ["src"] - :classifiers {:sources {:resource-paths ["src"]} - :javadoc {:resource-paths ["src"]}} :scm {:name "git" :url "https://github.com/LuxLang/lux.git"} + :classifiers {:sources {:resource-paths ["src"]} + :javadoc {:resource-paths ["src"]}} + :aot [lux] :jvm-opts ^:replace ["-server" "-Xms2048m" "-Xmx2048m" -- cgit v1.2.3