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.14
1
+ 1.15
Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 1.15.95 (2022-07-26 / de6d134)
2
2
3
3
## Added
4
4
114
114
115
115
# 0.0-7 (2018-10-31 / 163d219)
116
116
117
- First release.
117
+ 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.
37
37
{:aliases
38
38
{:test
39
39
{:extra-deps {lambdaisland/kaocha {...}
40
- lambdaisland/kaocha-junit-xml {:mvn/version " 0.0.76 " }}}}}
40
+ lambdaisland/kaocha-junit-xml {:mvn/version " 1.15.95 " }}}}}
41
41
```
42
42
43
43
or
46
46
; ; project.clj
47
47
(defproject ,,,
48
48
:dependencies [,,,
49
- [lambdaisland/kaocha-junit-xml " 0.0.76 " ]])
49
+ [lambdaisland/kaocha-junit-xml " 1.15.95 " ]])
50
50
```
51
51
52
52
- Enable the plugin and set an output file
You can’t perform that action at this time.
0 commit comments