aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2018-05-06 00:45:45 -0400
committerEduardo Julian2018-05-06 00:45:45 -0400
commit8787650c4b1641832db9df2c35bc3046e886220e (patch)
tree8c14799379226aa8452d39d91e9a56896db9187f /new-luxc/project.clj
parent3c93d7a3aabaa49c67f9a498bc0d70f0af7f09d0 (diff)
- Updated new-luxc to the latest stdlib changes.
Diffstat (limited to 'new-luxc/project.clj')
-rw-r--r--new-luxc/project.clj16
1 files changed, 8 insertions, 8 deletions
diff --git a/new-luxc/project.clj b/new-luxc/project.clj
index a7580b4f5..674fdc506 100644
--- a/new-luxc/project.clj
+++ b/new-luxc/project.clj
@@ -21,19 +21,19 @@
:dependencies [;; JVM Bytecode
[org.ow2.asm/asm-all "5.0.3"]
;; LUA
- ;; [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"]
- ;; [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
- ;; [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
+ [net.sandius.rembulan/rembulan-runtime "0.1-SNAPSHOT"]
+ [net.sandius.rembulan/rembulan-stdlib "0.1-SNAPSHOT"]
+ [net.sandius.rembulan/rembulan-compiler "0.1-SNAPSHOT"]
;; Ruby
- ;; [org.jruby/jruby-complete "9.1.16.0"]
+ [org.jruby/jruby-complete "9.1.16.0"]
;; Python
- ;; [org.python/jython-standalone "2.7.1"]
+ [org.python/jython-standalone "2.7.1"]
;; R
- ;; [org.renjin/renjin-script-engine "0.8.2527"]
+ [org.renjin/renjin-script-engine "0.8.2527"]
;; Scheme
- ;; [kawa-scheme/kawa-core "2.4"]
+ [kawa-scheme/kawa-core "2.4"]
;; Common Lisp
- ;; [org.abcl/abcl "1.5.0"]
+ [org.abcl/abcl "1.5.0"]
;; PHP 5
[org.develnext.jphp/jphp-core "0.9.2"]
[org.develnext.jphp/jphp-scripting "0.9.2"]]