aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-10-11 08:11:49 -0400
committerEduardo Julian2016-10-11 08:11:49 -0400
commitee646a676e3fa240e696178bcebe852c454e1b16 (patch)
tree19bd250d36e90d48a30ba57b10594ea7960b3b20 /project.clj
parente1b37ec360d39e218bc6b617ace23cd665d0189d (diff)
- Finished a working implementation of parallel compilation, that doesn't rely on core.async.
Diffstat (limited to '')
-rw-r--r--project.clj3
1 files changed, 1 insertions, 2 deletions
diff --git a/project.clj b/project.clj
index 5ea065037..726b3b120 100644
--- a/project.clj
+++ b/project.clj
@@ -13,8 +13,7 @@
[: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.clojure/core.async "0.2.391"]]
+ [org.ow2.asm/asm-all "5.0.3"]]
:warn-on-reflection true
:main lux
:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]