aboutsummaryrefslogtreecommitdiff
path: root/luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2017-01-12 18:47:51 -0400
committerEduardo Julian2017-01-12 18:47:51 -0400
commit129d3a169484c08d90a31fba5d8f59d39227c5fd (patch)
treed2490a799cfd22740befeb4cb0227f6cf696a400 /luxc/project.clj
parent8b158ecbd330dce3603ba5e854fb21ca482c0b64 (diff)
- v0.6.0 development has officially begun!
Diffstat (limited to '')
-rw-r--r--luxc/project.clj7
1 files changed, 4 insertions, 3 deletions
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"