Skip to content

Commit 54a583c

Browse files
committedFeb 1, 2023
Bump cljfmt to 0.9.2
1 parent 4b0e517 commit 54a583c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### Changes
6+
7+
* Bump `cljfmt` to 0.9.2.
8+
59
## 0.30.0 (2023-01-31)
610

711
### New features

‎project.clj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
1616
^:inline-dep [compliment "0.3.14"]
1717
^:inline-dep [org.rksm/suitable "0.4.1" :exclusions [org.clojure/clojurescript]]
18-
^:inline-dep [cljfmt "0.9.0" :exclusions [org.clojure/clojurescript]]
18+
^:inline-dep [cljfmt "0.9.2" :exclusions [org.clojure/clojurescript]]
1919
^:inline-dep [org.clojure/tools.namespace "1.3.0"]
2020
^:inline-dep [org.clojure/tools.trace "0.7.11"]
2121
^:inline-dep [org.clojure/tools.reader "1.3.6"]]
@@ -139,7 +139,7 @@
139139
cider.nrepl/wrap-xref]}}]
140140

141141
:cljfmt [:test
142-
{:plugins [[lein-cljfmt "0.9.0"]]
142+
{:plugins [[lein-cljfmt "0.9.2"]]
143143
:cljfmt {:indents {as-> [[:inner 0]]
144144
delay [[:inner 0]]
145145
with-debug-bindings [[:inner 0]]

0 commit comments

Comments
 (0)
Please sign in to comment.