Skip to content

Commit 3c1ffa0

Browse files
committed
Update clojure tools reader dep to current
1 parent 3cf2441 commit 3c1ffa0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1616

1717
=== Unreleased
1818

19+
* update clojure tools.reader dependency to current v1.3.6
1920
* a zipper created with both a custom `:auto-resolve` option and the `:track-position?` `true` option will now acknowledge and use the custom `:auto-resolve` https://github.com/clj-commons/rewrite-clj/issues/159[#159]
2021

2122
=== v1.0.644-alpha

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src" "resources"]
22

33
:deps {org.clojure/clojure {:mvn/version "1.9.0"}
4-
org.clojure/tools.reader {:mvn/version "1.3.5"}}
4+
org.clojure/tools.reader {:mvn/version "1.3.6"}}
55

66
:aliases {;;
77
;; Clojure versions we support

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>org.clojure</groupId>
2424
<artifactId>tools.reader</artifactId>
25-
<version>1.3.5</version>
25+
<version>1.3.6</version>
2626
</dependency>
2727
</dependencies>
2828
<properties>

0 commit comments

Comments
 (0)