Skip to content

Commit

Permalink
Changelog bump; switch ci to jdk 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Aug 10, 2022
1 parent 49a1871 commit 5c80fa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ workflows:
name: "openjdk11"
java_version: "openjdk-11"
- build:
name: "openjdk16"
java_version: "openjdk-16"
name: "openjdk17"
java_version: "openjdk-17"
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Leiningen News -- history of user-visible changes

## 2.9.10 / ???
## 2.9.10 / 2022-08-09

* Fix a bug where dev-resources could leak into jars/uberjars. (Phil Hagelberg)
* Avoid illegal reflective access doing XML parsing in uberjar/search. (Phil Hagelberg)

## 2.9.9 / 2022-08-05
Expand Down

0 comments on commit 5c80fa4

Please sign in to comment.