aboutsummaryrefslogtreecommitdiff
path: root/lux-r/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-r/project.clj')
-rw-r--r--lux-r/project.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-r/project.clj b/lux-r/project.clj
index 96e02e021..ce41ff448 100644
--- a/lux-r/project.clj
+++ b/lux-r/project.clj
@@ -24,8 +24,7 @@
:dependencies [[com.github.luxlang/luxc-jvm ~version]
[com.github.luxlang/stdlib ~version]
- ;; JVM Bytecode
- [org.ow2.asm/asm-all "5.0.3"]]
+ [org.renjin/renjin-script-engine "3.5-beta43"]]
:manifest {"lux" ~version}
:source-paths ["source"]