We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50528d commit c62ddfeCopy full SHA for c62ddfe
.VERSION_PREFIX
@@ -1 +1 @@
1
-1.15
+1.16
CHANGELOG.md
@@ -1,4 +1,4 @@
-# Unreleased
+# 1.16.98 (2022-07-26 / d50528d)
2
3
## Fixed
4
README.md
@@ -37,7 +37,7 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
37
{:aliases
38
{:test
39
{:extra-deps {lambdaisland/kaocha {...}
40
- lambdaisland/kaocha-junit-xml {:mvn/version "1.15.95"}}}}}
+ lambdaisland/kaocha-junit-xml {:mvn/version "1.16.98"}}}}}
41
```
42
43
or
@@ -46,7 +46,7 @@ or
46
;; project.clj
47
(defproject ,,,
48
:dependencies [,,,
49
- [lambdaisland/kaocha-junit-xml "1.15.95"]])
+ [lambdaisland/kaocha-junit-xml "1.16.98"]])
50
51
52
- Enable the plugin and set an output file
0 commit comments