From dc0058ee86f71334854db24c27222a17b730eaac Mon Sep 17 00:00:00 2001 From: Corporate Gadfly Date: Tue, 11 Aug 2026 20:36:48 -0400 Subject: [PATCH] Update minimum Leiningen version to 2.12.0 Signed-off-by: Corporate Gadfly --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 7f5008e..06272f4 100644 --- a/project.clj +++ b/project.clj @@ -6,7 +6,7 @@ :pedantic? :abort - :min-lein-version "2.9.1" + :min-lein-version "2.12.0" ;; These are to enforce consistent versions across dependencies of dependencies, ;; and to avoid having to define versions in multiple places. If a component