Skip to content

Commit 97aff99

Browse files
authored
Merge pull request #273 from liquidz/dev
Next release
2 parents 6a71ab6 + d277486 commit 97aff99

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
java: ['8', '11', '17']
8+
java: ['11', '17', '21']
99

1010
runs-on: ubuntu-latest
1111
steps:

CHANGELOG.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].
22

33
== Unreleased (dev)
4+
// {{{
5+
=== Changed
6+
* https://github.com/liquidz/antq/pull/272[#272]: Change separator character in table reporter to generate GH markdown table.
7+
* Bumped tools.deps to 0.23.1512.
8+
// }}}
49

510
== 2.11.1269 (2025-02-23)
611
// {{{

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
org.clojure/data.zip {:mvn/version "1.1.0"}
66
org.clojure/tools.cli {:mvn/version "1.1.230"}
77
org.clojure/core.async {:mvn/version "1.7.701"}
8-
org.clojure/tools.deps {:mvn/version "0.22.1492"}
8+
org.clojure/tools.deps {:mvn/version "0.23.1512"}
99
org.clojure/data.json {:mvn/version "2.5.1"}
1010
clj-commons/clj-yaml {:mvn/version "1.0.29"}
1111
version-clj/version-clj {:mvn/version "2.0.3"}

0 commit comments

Comments
 (0)