File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1010** Changed
1111*** remove find-deps from `:repl/reloaded` and `:dev/reloaded` aliases to avoid reload clash with add-libs dependency
1212*** updated `project/create` to include Practialli designed project templates as a dependency
13+ *** Breaking: rename `:env/test` to `:test/env` (drop `:env` as qualifier)
14+ *** Breaking: rename `:env/dev` to `:dev/env` (drop `:env` as qualifier)
1315
1416* 2023-03-25
1517** Added
Original file line number Diff line number Diff line change 7575 ; ; Include `dev` directory on the class path to auto-load `dev/user.clj` on REPL startup
7676 ; ; http://practicalli.github.io/clojure/clojure-tools/configure-repl-startup.html
7777
78- ; ; clojure -M:env/ dev
79- :env/ dev
78+ ; ; clojure -M:dev/env
79+ :dev/env
8080 {:extra-paths [" dev" ]}
8181
8282 :dev/reloaded
631631
632632 ; ; Include the test directory on the class path
633633 ; ; Humane test output for pretty printed results
634- :env/ test
634+ :test/env
635635 {:extra-paths [" test" ]
636636 :extra-deps {pjstadig/humane-test-output {:mvn/version " 0.11.0" }
637637 org.clojure/test.check {:mvn/version " 1.1.1" }}}
You can’t perform that action at this time.
0 commit comments