Skip to content

Commit

Permalink
Merge pull request #233 from liquidz/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
liquidz authored Aug 12, 2023
2 parents 361c88c + 0559cc9 commit 41d3788
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
All notable changes to this project will be documented in this file. This change log follows the conventions of http://keepachangelog.com/[keepachangelog.com].

== Unreleased (dev)
// {{{
=== Changed
* Bumped clj-yaml to 1.0.27.
* Bumped core.async to 1.6.681.

=== Fixed
* https://github.com/liquidz/antq/issues/230[#230]: Fixed transitive check to support custom repositories.
// }}}

== 2.5.1102 (2023-08-07)
// {{{
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
org.clojure/data.xml {:mvn/version "0.2.0-alpha8"}
org.clojure/data.zip {:mvn/version "1.0.0"}
org.clojure/tools.cli {:mvn/version "1.0.219"}
org.clojure/core.async {:mvn/version "1.6.673"}
org.clojure/core.async {:mvn/version "1.6.681"}
org.clojure/tools.deps {:mvn/version "0.18.1354"}
org.clojure/data.json {:mvn/version "2.4.0"}
clj-commons/clj-yaml {:mvn/version "1.0.26"}
clj-commons/clj-yaml {:mvn/version "1.0.27"}
version-clj/version-clj {:mvn/version "2.0.2"}
rewrite-clj/rewrite-clj {:mvn/version "1.1.47"}
com.github.liquidz/rewrite-indented {:mvn/version "0.2.36"}}
Expand Down

0 comments on commit 41d3788

Please sign in to comment.