aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2018-04-14 02:02:13 -0400
committerEduardo Julian2018-04-14 02:02:13 -0400
commit4ef2dbc49cd6dae1b8235dfd13dcd298c8aa3bfe (patch)
treedb12bd62ab3e1c9767bfe43edc030e3bfc77ef95 /new-luxc/project.clj
parentca238f9c89d3156842b0a3d5fe24a5d69b2eedb0 (diff)
- Initial R back-end implementation.
Diffstat (limited to '')
-rw-r--r--new-luxc/project.clj7
1 files changed, 5 insertions, 2 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index 73c42b472..770612a73 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -12,7 +12,8 @@
[:name "Eduardo Julian"]
[:url "https://github.com/eduardoejp"]]]
:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]
- ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]]
+ ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
+ ["bedatadriven" "https://nexus.bedatadriven.com/content/groups/public/"]]
:scm {:name "git"
:url "https://github.com/LuxLang/lux.git"}
@@ -21,7 +22,9 @@
[net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
[net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
[org.jruby/jruby-complete "9.1.16.0"]
- [org.python/jython-standalone "2.7.1"]]
+ [org.python/jython-standalone "2.7.1"]
+ [org.renjin/renjin-script-engine "0.8.2527"]
+ ]
:source-paths ["source"]
:test-paths ["test"]