Skip to content

Commit 48fa083

Browse files
committed
Libs tests: fix deps patch for clojure-lsp
Was not excluding rewrite-cljs properly from cljfmt due to typo. Probably incosequential, but best to exclude.
1 parent cd38794 commit 48fa083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/libs_tests.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
(patch-deps {:filename (str (fs/file home-dir "deps.edn"))
187187
:removals #{'rewrite-clj/rewrite-clj 'cljfmt/cljfmt}
188188
:additions {'rewrite-clj/rewrite-clj {:mvn/version rewrite-clj-version}
189-
'cljfmt/cljfmt {:mvn/version "0.7.0" :exclusions ['rewrite-cljs/rewrite-clj
189+
'cljfmt/cljfmt {:mvn/version "0.7.0" :exclusions ['rewrite-cljs/rewrite-cljs
190190
'rewrite-clj/rewrite-clj]}}}))
191191
;;
192192
;; mranderson

0 commit comments

Comments
 (0)