From da695d4104f1df567e4cd3421dc193f906f27ae6 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Fri, 15 Dec 2017 11:28:54 -0800 Subject: [PATCH] Oops; got the order wrong there. --- leiningen-core/src/leiningen/core/classpath.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/leiningen-core/src/leiningen/core/classpath.clj b/leiningen-core/src/leiningen/core/classpath.clj index f6c1da62..079672cb 100644 --- a/leiningen-core/src/leiningen/core/classpath.clj +++ b/leiningen-core/src/leiningen/core/classpath.clj @@ -406,8 +406,8 @@ (def ^:private bootclasspath-deps (if-let [deps-file (io/resource "leiningen/bootclasspath-deps.clj")] - (slurp (read-string deps-file)) - [])) + (read-string (slurp deps-file)) + {})) (defn- warn-conflicts "When using the bootclasspath (for boot speed), resources already on the