Skip to content

Commit f65f8ba

Browse files
committed
Update tools.analyzer.jvm to 1.2.1
1 parent c6e9a84 commit f65f8ba

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Distributed under the Eclipse Public License, the same as Clojure.
6363

6464
## Changelog
6565

66+
* Next release
67+
* Update dep for tools.analyzer.jvm to 1.2.1
6668
* Release 1.5.640 on 2021.11.23
6769
* [ASYNC-204](https://clojure.atlassian.net/browse/ASYNC-204) (both) On put to closed channel, commit handler to allow pending alt ops to be cleaned up
6870
* [ASYNC-235](https://clojure.atlassian.net/browse/ASYNC-235) (both) Fix ioc-macros/return-chan registers a callback with incorrect arity

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:paths ["src/main/clojure"]
22
:deps
3-
{org.clojure/tools.analyzer.jvm {:mvn/version "1.2.0"}}
3+
{org.clojure/tools.analyzer.jvm {:mvn/version "1.2.1"}}
44
:aliases
55
{:cljs-test {:extra-deps {org.clojure/clojurescript {:mvn/version "1.10.597"}}
66
:extra-paths ["src/test/cljs"]}}}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.clojure</groupId>
4646
<artifactId>tools.analyzer.jvm</artifactId>
47-
<version>1.2.0</version>
47+
<version>1.2.1</version>
4848
</dependency>
4949
</dependencies>
5050

0 commit comments

Comments
 (0)