Skip to content

Commit 8f42114

Browse files
alias: update name and version for cljfmt tool
1 parent 6d4cadd commit 8f42114

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.org

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Unreleased
44
** Updated
5+
6+
- alias: update name and version for cljfmt tool
57
- aliases: update library versions using `make dependencies-update`
68

79
| :name | :current | :latest |

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,13 +479,13 @@
479479

480480
;; ----------
481481
;; cljfmt
482-
;; clojure -M:format/cljfmt check | fix
482+
;; clojure -M:format/cljfmt
483483
:format/cljfmt
484-
{:extra-deps {cljfmt/cljfmt {:mvn/version "0.9.2"}}
484+
{:extra-deps {dev.weavejester/cljfmt {:mvn/version "0.15.2"}}
485485
:main-opts ["--main" "cljfmt.main" "check"]}
486486

487487
:format/cljfmt!
488-
{:extra-deps {cljfmt/cljfmt {:mvn/version "0.9.2"}}
488+
{:extra-deps {dev.weavejester/cljfmt {:mvn/version "0.15.2"}}
489489
:main-opts ["--main" "cljfmt.main" "fix"]}
490490
;; ---------------------------------------------------
491491

0 commit comments

Comments
 (0)