File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 22 :deps {org.clojure/clojure {:mvn/version " 1.10.1" }}
33 :aliases {:test-check {:extra-deps {org.clojure/test.check {:mvn/version " 1.1.0" }}}
44 :test {:extra-paths [" test" ]
5- :extra-deps {lambdaisland/kaocha {:mvn/version " 0.0-554" }
6- lambdaisland/kaocha-cljs {:mvn/version " 0.0-59" }
7- lambdaisland/kaocha-junit-xml {:mvn/version " 0.0-70" }}}
8- :depstar {:extra-deps {seancorfield/depstar {:mvn/version " 1.0.94" }}}}}
5+ :extra-deps {lambdaisland/kaocha {:mvn/version " 1.0.641" }
6+ lambdaisland/kaocha-cljs {:mvn/version " 0.0-71" }
7+ lambdaisland/kaocha-junit-xml {:mvn/version " 0.0.76" }}}
8+ :depstar {:extra-deps {seancorfield/depstar {:mvn/version " 1.0.94" }}}
9+
10+ ; clojure -A:outdated --write
11+ :outdated {:extra-deps {olical/depot {:mvn/version " 2.0.1" }}
12+ :main-opts [" -m" " depot.outdated.main" ]}}}
913
1014; ; Memo for deploying a new release:
1115; ; - change the version in pom.xml
You can’t perform that action at this time.
0 commit comments