File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- 1.16
1+ 1.17
Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 1.17.101 (2022-11-09 / 95067b2)
22
33## Fixed
44
126126
127127# 0.0-7 (2018-10-31 / 163d219)
128128
129- First release.
129+ First release.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
3737{:aliases
3838 {:test
3939 {:extra-deps {lambdaisland/kaocha {...}
40- lambdaisland/kaocha-junit-xml {:mvn/version " 1.16.98 " }}}}}
40+ lambdaisland/kaocha-junit-xml {:mvn/version " 1.17.101 " }}}}}
4141```
4242
4343or
4646; ; project.clj
4747(defproject ,,,
4848 :dependencies [,,,
49- [lambdaisland/kaocha-junit-xml " 1.16.98 " ]])
49+ [lambdaisland/kaocha-junit-xml " 1.17.101 " ]])
5050```
5151
5252- Enable the plugin and set an output file
You can’t perform that action at this time.
0 commit comments