Skip to content

Commit

Permalink
Merge pull request #188 from liquidz/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
liquidz authored Nov 11, 2022
2 parents f5eef38 + b339ddf commit cf00436
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
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 core.async to 1.6.673.
* Bumped tools.deps.alpha to 0.15.1244.
* Bumped kaocha to 1.71.1119.
* Bumped build.edn to 0.9.188.
// }}}

== 2.1.939 (2022-10-22)
// {{{
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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.214"}
org.clojure/core.async {:mvn/version "1.5.648"}
org.clojure/core.async {:mvn/version "1.6.673"}
;; NOTE: tools.deps.alpha v0.12.1098 or later does not work with CLojure 1.9.0
org.clojure/tools.deps.alpha {:mvn/version "0.14.1222"}
org.clojure/tools.deps.alpha {:mvn/version "0.15.1244"}
org.clojure/data.json {:mvn/version "2.4.0"}
clj-commons/clj-yaml {:mvn/version "1.0.26"}
version-clj/version-clj {:mvn/version "2.0.2"}
Expand All @@ -23,7 +23,7 @@
:dev
{:extra-paths ["test"
"test/resources"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.70.1086"}
:extra-deps {lambdaisland/kaocha {:mvn/version "1.71.1119"}
lambdaisland/deep-diff2 {:mvn/version "2.4.138"}}
:jvm-opts ["-Dclojure.core.async.go-checking=true"]}

Expand All @@ -41,7 +41,7 @@
:main-opts ["-m" "cloverage.coverage" "--ns-exclude-regex" "leiningen.antq"]}

:build
{:deps {com.github.liquidz/build.edn {:git/tag "0.8.162" :git/sha "799b47e"}}
{:deps {com.github.liquidz/build.edn {:git/tag "0.9.188" :git/sha "d2d25b0"}}
:ns-default build}

;; -X
Expand Down

0 comments on commit cf00436

Please sign in to comment.