aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-09-16 20:16:22 -0400
committerEduardo Julian2021-09-16 20:16:22 -0400
commit5fdf2b62f1f97026f76c0336a225f8b510762b46 (patch)
treea99981218cf4c1f80fa49464919915c1727b0444 /lux-ruby/project.clj
parentdf7321119283f4edd00e159ba619696f1c07161a (diff)
Adapted Lua, Python and Ruby compilers to the new variant format.
Diffstat (limited to '')
-rw-r--r--lux-ruby/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj
index 88b172b40..36430ec9a 100644
--- a/lux-ruby/project.clj
+++ b/lux-ruby/project.clj
@@ -20,7 +20,7 @@
["snapshots" {:url ~sonatype-snapshots :creds :gpg}]]
:plugins [[com.github.luxlang/lein-luxc ~version]]
- :dependencies [[com.github.luxlang/luxc-jvm ~version]
+ :dependencies [[com.github.luxlang/lux-bootstrapper ~version]
[com.github.luxlang/stdlib ~version]
[org.jruby/jruby-complete "9.2.15.0"]]