Skip to content

Commit 541ffcf

Browse files
committed
v4.6.0
1 parent e37e22b commit 541ffcf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Alternative reporters can be found in `./src/formatting_stack/reporters`, such a
9191
#### Coordinates
9292

9393
```clojure
94-
[formatting-stack "4.5.0"]
94+
[formatting-stack "4.6.0"]
9595
```
9696

9797
**Also** you might have to add the [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) dependency.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(def eastwood-version "1.2.3")
22

33
;; Please don't bump the library version by hand - use ci.release-workflow instead.
4-
(defproject formatting-stack "4.5.0"
4+
(defproject formatting-stack "4.6.0"
55
;; Please keep the dependencies sorted a-z.
66
:dependencies [[clj-kondo "2022.02.09"]
77
[cljfmt "0.8.0"]

0 commit comments

Comments
 (0)