aboutsummaryrefslogtreecommitdiff
path: root/project.clj
diff options
context:
space:
mode:
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/"]