aboutsummaryrefslogtreecommitdiff
path: root/lux-ruby/project.lux
diff options
context:
space:
mode:
Diffstat (limited to 'lux-ruby/project.lux')
-rw-r--r--lux-ruby/project.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/lux-ruby/project.lux b/lux-ruby/project.lux
index 7d1adfde9..97856704a 100644
--- a/lux-ruby/project.lux
+++ b/lux-ruby/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-ruby" "0.6.3"]
+ ["identity" ["com.github.luxlang" "lux-ruby" "0.6.4"]
"description" "A Ruby compiler for Lux."
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
@@ -15,8 +15,8 @@
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- "compiler" ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"]
- "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"]
+ "compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"]
["org.jruby" "jruby-complete" "9.2.15.0" "jar"]]