Skip to content

Commit 756476b

Browse files
committed
Update tools.reader dependency
ring-devel depends on org.clojure/tools.reader 1.4.0 via ns-tracker 1.0.0. tools.reader 1.4.0 yields these reflection warnings: Reflection warning, clojure/tools/reader.clj:1025:74 - call to method setLength can't be resolved (target class is unknown). Reflection warning, clojure/tools/reader.clj:1030:74 - call to method setLength can't be resolved (target class is unknown).
1 parent adabfcc commit 756476b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ring-devel/project.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:scm {:dir ".."}
55
:license {:name "The MIT License"
66
:url "http://opensource.org/licenses/MIT"}
7+
:managed-dependencies [[org.clojure/tools.reader "1.5.2"]]
78
:dependencies [[org.clojure/clojure "1.9.0"]
89
[ring/ring-core "1.15.2"]
910
[hiccup "2.0.0"]

0 commit comments

Comments
 (0)