Skip to content

Commit

Permalink
# 1.17.101 (2022-11-09 / 95067b2)
Browse files Browse the repository at this point in the history
## Fixed

* Fix Cljdoc build.
  • Loading branch information
alysbrooks committed Nov 10, 2022
1 parent 95067b2 commit 485bee4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16
1.17
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.17.101 (2022-11-09 / 95067b2)

## Fixed

Expand Down Expand Up @@ -126,4 +126,4 @@

# 0.0-7 (2018-10-31 / 163d219)

First release.
First release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
{:aliases
{:test
{:extra-deps {lambdaisland/kaocha {...}
lambdaisland/kaocha-junit-xml {:mvn/version "1.16.98"}}}}}
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}}}}}
```

or
Expand All @@ -46,7 +46,7 @@ or
;; project.clj
(defproject ,,,
:dependencies [,,,
[lambdaisland/kaocha-junit-xml "1.16.98"]])
[lambdaisland/kaocha-junit-xml "1.17.101"]])
```

- Enable the plugin and set an output file
Expand Down

0 comments on commit 485bee4

Please sign in to comment.