aboutsummaryrefslogtreecommitdiff
path: root/lux-lua/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-10-22 23:57:14 -0400
committerEduardo Julian2021-10-22 23:57:14 -0400
commit6772d0be7d36bf8a7ed4f9f5ba8e872134b809c5 (patch)
tree514764c4d3071172928227ebe07149f5eab534e8 /lux-lua/project.lux
parentaf680e8470bf7446d9fac431f38dcc57bd60aba9 (diff)
v0.6.3
Diffstat (limited to 'lux-lua/project.lux')
-rw-r--r--lux-lua/project.lux19
1 files changed, 13 insertions, 6 deletions
diff --git a/lux-lua/project.lux b/lux-lua/project.lux
index df20f4029..cd648ab28 100644
--- a/lux-lua/project.lux
+++ b/lux-lua/project.lux
@@ -1,5 +1,5 @@
{""
- [#identity ["com.github.luxlang" "lux-lua" "0.6.2"]
+ [#identity ["com.github.luxlang" "lux-lua" "0.6.3"]
#deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
"releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}
@@ -7,10 +7,17 @@
#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.2" "jar"]
- #dependencies [["com.github.luxlang" "stdlib" "0.6.2" "tar"]
- ["net.sandius.rembulan" "rembulan-runtime" "0.1-SNAPSHOT" "jar"]
- ["net.sandius.rembulan" "rembulan-stdlib" "0.1-SNAPSHOT" "jar"]
- ["net.sandius.rembulan" "rembulan-compiler" "0.1-SNAPSHOT" "jar"]]
+ #compiler ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"]
+ #dependencies [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"]
+
+ ["org.ow2.asm" "asm" "5.0.4" "jar"]
+ ["org.ow2.asm" "asm-commons" "5.0.4" "jar"]
+ ["org.ow2.asm" "asm-analysis" "5.0.4" "jar"]
+ ["org.ow2.asm" "asm-tree" "5.0.4" "jar"]
+ ["org.ow2.asm" "asm-util" "5.0.4" "jar"]
+
+ ["com.github.luxlang" "rembulan-runtime" "0.1" "jar"]
+ ["com.github.luxlang" "rembulan-stdlib" "0.1" "jar"]
+ ["com.github.luxlang" "rembulan-compiler" "0.1" "jar"]]
#program "program"]}