Skip to content

Commit 397a3af

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,11 +481,11 @@
481481
;; cljfmt
482482
;; clojure -M:format/cljfmt check | fix
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)