From 27c2e6fb248082c09d8a8ea1ef5447f92169cbb7 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Fri, 12 Sep 2014 10:36:31 -0700 Subject: [PATCH] Allow update-in task to run outside projects. Fixes #1687. --- src/leiningen/update_in.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/leiningen/update_in.clj b/src/leiningen/update_in.clj index c714f7469..9506b38dd 100644 --- a/src/leiningen/update_in.clj +++ b/src/leiningen/update_in.clj @@ -22,7 +22,7 @@ (project/load-plugins) (project/activate-middleware)))) -(defn ^:higher-order update-in +(defn ^:higher-order ^:no-project-needed update-in "Perform arbitrary transformations on your project map. Acts a lot like calling `clojure.core/update-in` on your project map