From 0e6c55eaab82caec7289c5bdf65aca7286228412 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 19 Apr 2015 16:22:02 +0300 Subject: [PATCH] Revert "Bump the compliment dependency" This reverts commit 828a407949c4fd57a41b9ca404837f6fcaba0f6b. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b1f5a680f..55a73fd7d 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,7 @@ :dependencies [[org.clojure/tools.nrepl "0.2.10"] [org.tcrawley/dynapath "0.2.3"] [debugger "0.1.7"] - ^:source-dep [compliment "0.2.2-SNAPSHOT"] + ^:source-dep [compliment "0.2.1-SNAPSHOT"] ^:source-dep [cljs-tooling "0.1.5-SNAPSHOT"] ^:source-dep [cljfmt "0.1.10"] ^:source-dep [org.clojure/java.classpath "0.2.2"]