File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 14
14
:url " http://www.eclipse.org/legal/epl-v10.html" }
15
15
:scm {:name " git" :url " https://github.com/clojure-emacs/orchard" }
16
16
17
- :release-tasks [[" vcs" " assert-committed" ]
18
- [" bump-version" " release" ]
19
- [" vcs" " commit" " Release %s" ]
20
- [" vcs" " tag" " v" " --no-sign" ]
21
- [" bump-version" ]
22
- [" vcs" " commit" " Begin %s" ]]
23
-
24
17
:deploy-repositories [[" clojars" {:url " https://clojars.org/repo"
25
18
:username :env/clojars_username
26
19
:password :env/clojars_password
58
51
; ; Development tools
59
52
:dev ~dev-test-common-profile
60
53
61
- :cljfmt {:plugins [[lein-cljfmt " 0.9.2 " ]]
62
- :cljfmt {:indents {merge-meta [[:inner 0 ]]}}}
54
+ :cljfmt {:plugins [[dev.weavejester/ lein-cljfmt " 0.13.1 " ]]
55
+ :cljfmt {:extra- indents {merge-meta [[:inner 0 ]]}}}
63
56
64
- :clj-kondo {:plugins [[com.github.clj-kondo/lein-clj-kondo " 2024.11.14 " ]]}
57
+ :clj-kondo {:plugins [[com.github.clj-kondo/lein-clj-kondo " 2025.04.07 " ]]}
65
58
66
59
:eastwood {:plugins [[jonase/eastwood " 1.4.3" ]]}})
You can’t perform that action at this time.
0 commit comments