Skip to content

Commit 5a24fbc

Browse files
committed
cljfmt: 0.6.1 -> 0.6.4
1 parent 8af502a commit 5a24fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
^:source-dep [fipp "0.6.14"]
1313
^:source-dep [compliment "0.3.8"]
1414
^:source-dep [cljs-tooling "0.3.1"]
15-
^:source-dep [cljfmt "0.6.1" :exclusions [org.clojure/clojurescript]]
15+
^:source-dep [cljfmt "0.6.4" :exclusions [org.clojure/clojurescript]]
1616
;; Not used directly in cider-nrepl, but needed because of tools.namespace
1717
;; and the way MrAnderson processes dependencies
1818
;; See https://github.com/clojure-emacs/cider/issues/2176 for details
@@ -120,7 +120,7 @@
120120
:test-ns-regex [#"^((?!debug-integration-test).)*$$"]}}]
121121

122122
:cljfmt [:test
123-
{:plugins [[lein-cljfmt "0.6.1"]]
123+
{:plugins [[lein-cljfmt "0.6.4"]]
124124
:cljfmt {:indents {as-> [[:inner 0]]
125125
with-debug-bindings [[:inner 0]]
126126
merge-meta [[:inner 0]]

0 commit comments

Comments
 (0)