Skip to content

Commit

Permalink
bump rewrite-clj to 1.1.49 (#44)
Browse files Browse the repository at this point in the history
Closes #43

Co-authored-by: Michiel Borkent <michielborkent@gmail.com>
  • Loading branch information
lread and borkdude authored Feb 14, 2025
1 parent 414cda2 commit 46b87ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 46b87ef

Please sign in to comment.