Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thumbnail committed Apr 20, 2022
1 parent e37e22b commit 541ffcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Alternative reporters can be found in `./src/formatting_stack/reporters`, such a
#### Coordinates

```clojure
[formatting-stack "4.5.0"]
[formatting-stack "4.6.0"]
```

**Also** you might have to add the [refactor-nrepl](https://github.com/clojure-emacs/refactor-nrepl) dependency.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(def eastwood-version "1.2.3")

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

0 comments on commit 541ffcf

Please sign in to comment.