File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ### Changes
6
+
7
+ * Bump ` cljfmt ` to 0.9.2.
8
+
5
9
## 0.30.0 (2023-01-31)
6
10
7
11
### New features
Original file line number Diff line number Diff line change 15
15
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
16
16
^:inline-dep [compliment " 0.3.14" ]
17
17
^: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]]
19
19
^:inline-dep [org.clojure/tools.namespace " 1.3.0" ]
20
20
^:inline-dep [org.clojure/tools.trace " 0.7.11" ]
21
21
^:inline-dep [org.clojure/tools.reader " 1.3.6" ]]
139
139
cider.nrepl/wrap-xref]}}]
140
140
141
141
:cljfmt [:test
142
- {:plugins [[lein-cljfmt " 0.9.0 " ]]
142
+ {:plugins [[lein-cljfmt " 0.9.2 " ]]
143
143
:cljfmt {:indents {as-> [[:inner 0 ]]
144
144
delay [[:inner 0 ]]
145
145
with-debug-bindings [[:inner 0 ]]
You can’t perform that action at this time.
0 commit comments