From e1b37ec360d39e218bc6b617ace23cd665d0189d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 9 Oct 2016 19:39:53 -0400 Subject: - Now merging compiler-states pre-and-post module compilation. - Added a temporary fix for the survival/accumulation of zombie type-vars. --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'project.clj') diff --git a/project.clj b/project.clj index 726b3b120..5ea065037 100644 --- a/project.clj +++ b/project.clj @@ -13,7 +13,8 @@ [:url "https://github.com/eduardoejp"]]] :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/core.match "0.2.1"] - [org.ow2.asm/asm-all "5.0.3"]] + [org.ow2.asm/asm-all "5.0.3"] + [org.clojure/core.async "0.2.391"]] :warn-on-reflection true :main lux :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"] -- cgit v1.2.3