Skip to content

Commit 8ea0526

Browse files
committed
bump dep on tools.reader to 1.3.6
1 parent f3761b6 commit 8ea0526

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Changelog
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
- - -
55
* Next release
6-
* Bumpd dep on core.memoize to 1.0.253
6+
* Bumped dep on core.memoize to 1.0.253
7+
* Bumped dep on tools.reader to 1.3.6
78
* Release 1.2.0 on 14 Sep 2021
89
* Bumped dep on tools.analyzer to 1.1.0
910
* Release 1.1.0 on 24 Jul 2020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,6 @@ Developer Information
158158

159159
## License
160160

161-
Copyright © 2013-2020 Nicola Mometto, Rich Hickey & contributors.
161+
Copyright © 2013-2021 Nicola Mometto, Rich Hickey & contributors.
162162

163163
Distributed under the Eclipse Public License, the same as Clojure.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>org.clojure</groupId>
4444
<artifactId>tools.reader</artifactId>
45-
<version>1.3.2</version>
45+
<version>1.3.6</version>
4646
</dependency>
4747
</dependencies>
4848

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:test-paths ["src/test/clojure"]
88
:dependencies [[org.clojure/clojure "1.9.0"]
99
[org.clojure/core.memoize "1.0.253"]
10-
[org.clojure/tools.reader "1.3.2"]
10+
[org.clojure/tools.reader "1.3.6"]
1111
[org.clojure/tools.analyzer "1.0.0"]
1212
[org.ow2.asm/asm "5.2"]]
1313
:repositories [["sonatype" "https://oss.sonatype.org/content/repositories/releases"]

0 commit comments

Comments
 (0)