From fe84f237126df6af0ffd59665900b594ad719214 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 11:04:02 +0100 Subject: [PATCH] Experimentally downgrading to lein-release 1.0.5 ... because this version worked for lein-adl --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1cea1b9..e9f57cb 100644 --- a/project.clj +++ b/project.clj @@ -11,7 +11,7 @@ [selmer "1.11.8"]] :plugins [[lein-codox "0.10.4"] - [lein-release "1.1.3"]] + [lein-release "1.0.5"]] :deploy-repositories [["releases" :clojars] ["snapshots" :clojars]]