File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
# Should work if the env var is empty
3
- clojure -A: $CLOJURE_ALIAS - M:test -m kaocha.runner " $@ "
3
+ clojure -M:test: $CLOJURE_ALIAS -m kaocha.runner " $@ "
Original file line number Diff line number Diff line change 26
26
com.bhauman/spell-spec {:mvn/version " 0.1.2" }
27
27
org.clojure/spec-alpha2 {:git/url " https://github.com/clojure/spec-alpha2.git"
28
28
:sha " 4cbfa677c4cd66339f18e1c122222c05c69e0d8e" }}}
29
+ :clojure-11 {:extra-deps {org.clojure/clojure {:mvn/version " 1.11.3" }}}
30
+ :clojure-12 {}
29
31
:sci {:extra-deps {org.babashka/sci {:mvn/version " 0.9.44" }}}
30
32
:cherry {:extra-deps {io.github.squint-cljs/cherry {:git/sha " bccd994556efca378984c5ac7fd973bda164923b" }}}
31
33
:test-sci {:extra-paths [" test-sci" ]
You can’t perform that action at this time.
0 commit comments