From e46c3e65adb5938d8767dfa441a928336477f1e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:09:41 +0000 Subject: [PATCH] Update dependency lein-parent:lein-parent to v0.3.9 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 07f11fe8e..f5042e22b 100644 --- a/project.clj +++ b/project.clj @@ -80,7 +80,7 @@ :password :env/CLOJARS_PASSWORD :sign-releases false}]] - :plugins [[lein-parent "0.3.7"] + :plugins [[lein-parent "0.3.9"] [jonase/eastwood "1.4.3" :exclusions [org.clojure/clojure]] ;; We have to have this, and it needs to agree with clj-parent ;; until/unless you can have managed plugin dependencies.