From 0094a1be304d638d624fbfc54d4aef8087f0bcfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 12:41:37 -0500 Subject: [PATCH] chore(deps): update dependency com.wallbrew:lein-sealog to v1.7.0 (#128) | datasource | package | from | to | | ---------- | ------------------------ | ----- | ----- | | clojure | com.wallbrew:lein-sealog | 1.6.0 | 1.7.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 1757996..f9b15d8 100644 --- a/project.clj +++ b/project.clj @@ -13,7 +13,7 @@ :dependencies [[org.clojure/clojure "1.12.0"] [org.clojure/data.xml "0.2.0-alpha9"]] :plugins [[com.github.clj-kondo/lein-clj-kondo "2024.08.29"] - [com.wallbrew/lein-sealog "1.6.0"] + [com.wallbrew/lein-sealog "1.7.0"] [com.wallbrew/bouncer "1.0.0"] [mvxcvi/cljstyle "0.16.630"]] :deploy-branches ["master"]