Skip to content

Commit fbb2620

Browse files
authored
Merge pull request #150 from nedap/4.2.0
v4.2.0
2 parents 4b64124 + ff46566 commit fbb2620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ As you can see in the screenshot, **formatting-stack** presents linters' outputs
8787
#### Coordinates
8888

8989
```clojure
90-
[formatting-stack "4.1.1"]
90+
[formatting-stack "4.2.0"]
9191
```
9292

9393
**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,5 +1,5 @@
11
;; Please don't bump the library version by hand - use ci.release-workflow instead.
2-
(defproject formatting-stack "4.1.1"
2+
(defproject formatting-stack "4.2.0"
33
;; Please keep the dependencies sorted a-z.
44
:dependencies [[clj-kondo "2020.01.13"]
55
[cljfmt "0.6.5" :exclusions [rewrite-clj]]

0 commit comments

Comments
 (0)