From 46b87ef2d1328d532b09f47d7b060fea87645c5a Mon Sep 17 00:00:00 2001 From: Lee Read Date: Fri, 14 Feb 2025 11:04:01 -0500 Subject: [PATCH] bump rewrite-clj to 1.1.49 (#44) Closes #43 Co-authored-by: Michiel Borkent --- CHANGELOG.md | 2 ++ deps.edn | 2 +- project.clj | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c166f..6c7f12e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ to update EDN while preserving whitespace and comments. ## Unreleased +- [#40](https://github.com/borkdude/rewrite-edn/issues/40): `assoc`/`update` now handles map keys that have no indent at all ([@lread](https://github.com/lread)) +- [#43](https://github.com/borkdude/rewrite-edn/issues/43): bump rewrite-clj to 1.1.49 ([@lread](https://github.com/lread)) - [#40](https://github.com/borkdude/rewrite-edn/issues/40): `assoc`/`update` now handles map keys that have no indent at all ([@lread](https://github.com/lread)) - [#40](https://github.com/borkdude/rewrite-edn/issues/40): `assoc`/`update` now aligns indent to comment if that's all that is in the map diff --git a/deps.edn b/deps.edn index 0cd0414..fab62a3 100644 --- a/deps.edn +++ b/deps.edn @@ -1,4 +1,4 @@ -{:deps {rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}} +{:deps {rewrite-clj/rewrite-clj {:mvn/version "1.1.49"}} :aliases {:test {:extra-deps {org.clojure/clojure {:mvn/version "1.9.0"} diff --git a/project.clj b/project.clj index 389b35d..9a6a8e3 100644 --- a/project.clj +++ b/project.clj @@ -7,7 +7,7 @@ :url "http://opensource.org/licenses/eclipse-1.0.php"} :source-paths ["src"] :dependencies [[org.clojure/clojure "1.9.0"] - [rewrite-clj "1.1.47"]] + [rewrite-clj "1.1.49"]] ;; :plugins [[lein-codox "0.10.7"]] ;; :codox {:output-path "gh-pages"} :deploy-repositories [["clojars" {:url "https://clojars.org/repo"