Skip to content

Commit 51e4b8f

Browse files
committed
Bump cljfmt to 0.9.0
1 parent 70dedf3 commit 51e4b8f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
* Bump `fipp` to 0.6.26.
88
* Bump `puget` to 1.3.2.
9+
* Bump `cljfmt` to 0.9.0.
910

1011
## 0.28.6 (2022-09-04)
1112

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
^:inline-dep [fipp ~fipp-version] ; can be removed in unresolved-tree mode
1515
^:inline-dep [compliment "0.3.14"]
1616
^:inline-dep [org.rksm/suitable "0.4.1" :exclusions [org.clojure/clojurescript]]
17-
^:inline-dep [cljfmt "0.8.0" :exclusions [org.clojure/clojurescript]]
17+
^:inline-dep [cljfmt "0.9.0" :exclusions [org.clojure/clojurescript]]
1818
^:inline-dep [org.clojure/tools.namespace "1.3.0"]
1919
^:inline-dep [org.clojure/tools.trace "0.7.11"]
2020
^:inline-dep [org.clojure/tools.reader "1.3.6"]]
@@ -135,7 +135,7 @@
135135
cider.nrepl/wrap-xref]}}]
136136

137137
:cljfmt [:test
138-
{:plugins [[lein-cljfmt "0.8.0"]]
138+
{:plugins [[lein-cljfmt "0.9.0"]]
139139
:cljfmt {:indents {as-> [[:inner 0]]
140140
delay [[:inner 0]]
141141
with-debug-bindings [[:inner 0]]

0 commit comments

Comments
 (0)