aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-11-08 02:02:27 -0400
committerEduardo Julian2021-11-08 02:02:27 -0400
commitdf6cf0d3c980e3d7240eec6cb38d86af61037725 (patch)
tree6654307936eeeb0947bb7e8db8e9e94430c8c2dd /lux-jvm/project.clj
parent305a3b5bca562601ee37b4cac69dd02f245830db (diff)
Sharing the same Function class between bootsrapper and JVM compiler.
Diffstat (limited to 'lux-jvm/project.clj')
-rw-r--r--lux-jvm/project.clj4
1 files changed, 3 insertions, 1 deletions
diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj
index 803c29b0f..5d9ae53d2 100644
--- a/lux-jvm/project.clj
+++ b/lux-jvm/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.4")
+(def version "0.6.5-SNAPSHOT")
(def repo "https://github.com/LuxLang/lux")
(def sonatype "https://oss.sonatype.org")
(def sonatype-releases (str sonatype "/service/local/staging/deploy/maven2/"))
@@ -20,6 +20,8 @@
:url ~(str repo ".git")}
:dependencies [[com.github.luxlang/lux-bootstrapper ~version]
+ [com.github.luxlang/lux-jvm-function ~version]
+
;; [com.github.luxlang/stdlib ~version]
;; JVM Bytecode (TODO: Remove ASAP)
[org.ow2.asm/asm "7.3.1"]