From 793709d3a14b65b836df09d3b22826ad330b38b7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 9 Oct 2019 01:11:33 -0400 Subject: Updated old luxc to work with latest the JVM (and changes in lux-lein) --- stdlib/project.clj | 1 + 1 file changed, 1 insertion(+) (limited to 'stdlib') diff --git a/stdlib/project.clj b/stdlib/project.clj index accb59253..d37eb70e7 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -20,6 +20,7 @@ :manifest {"lux" ~version} :source-paths ["source"] + :dependencies [[com.github.luxlang/luxc-jvm ~version]] :profiles {:bibliotheca {:description "Standard library for the Lux programming language." :dependencies [] :lux {:test "test/lux"}} -- cgit v1.2.3