Skip to content

Commit 7750e94

Browse files
committed
bumped dep to tools.analyer 1.1.1
1 parent 8f3c1c9 commit 7750e94

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Changelog
22
========================================
33
Since tools.analyzer.jvm version are usually cut simultaneously with a tools.analyzer version, check also the tools.analyzer [CHANGELOG](https://github.com/clojure/tools.analyzer/blob/master/CHANGELOG.md) for changes on the corresponding version, since changes in that library will reflect on this one.
44
- - -
5+
* next
6+
* Bumped dep on tools.analyzer to 1.1.1
57
* Release 1.2.2 on 13 Dec 2021
68
* Bumped dep on asm to 9.2
79
* Release 1.2.1 on 6 Dec 2021

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.clojure</groupId>
2929
<artifactId>tools.analyzer</artifactId>
30-
<version>1.1.0</version>
30+
<version>1.1.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.clojure</groupId>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:dependencies [[org.clojure/clojure "1.9.0"]
99
[org.clojure/core.memoize "1.0.253"]
1010
[org.clojure/tools.reader "1.3.6"]
11-
[org.clojure/tools.analyzer "1.0.0"]
11+
[org.clojure/tools.analyzer "1.1.1"]
1212
[org.ow2.asm/asm "9.2"]]
1313
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]
1414
["snapshots" "https://oss.sonatype.org/content/repositories/snapshots"]])

0 commit comments

Comments
 (0)