From 7d2607a34183662bb640644888fb52281a2d3ab4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 14 Oct 2019 00:58:36 -0400 Subject: The new compiler can compile & run the stdlib's test suite. --- new-luxc/project.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'new-luxc/project.clj') diff --git a/new-luxc/project.clj b/new-luxc/project.clj index 2b0bbe90c..90ddecf12 100644 --- a/new-luxc/project.clj +++ b/new-luxc/project.clj @@ -22,7 +22,9 @@ :scm {:name "git" :url ~(str repo ".git")} - :dependencies [;; JVM Bytecode + :dependencies [[com.github.luxlang/luxc-jvm ~version] + [com.github.luxlang/stdlib ~version] + ;; JVM Bytecode [org.ow2.asm/asm-all "5.0.3"]] :manifest {"lux" ~version} -- cgit v1.2.3