We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tools.analyzer.jvm
1 parent 4a873ca commit 483a412Copy full SHA for 483a412
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+* Use `tools.analyzer.jvm` 1.3.2.
6
+
7
## 3.10.0
8
9
* Add `always-return-ns-form` option to `clean-ns` message
project.clj
@@ -10,7 +10,7 @@
10
^:inline-dep [compliment "0.4.0"]
11
^:inline-dep [http-kit "2.5.0"]
12
^:inline-dep [org.clojure/data.json "2.4.0"]
13
- ^:inline-dep [org.clojure/tools.analyzer.jvm "1.2.3"]
+ ^:inline-dep [org.clojure/tools.analyzer.jvm "1.3.2"]
14
^:inline-dep [org.clojure/tools.namespace "1.4.4" :exclusions [org.clojure/tools.reader]]
15
^:inline-dep [org.clojure/tools.reader "1.3.6"]
16
^:inline-dep [cider/orchard "0.21.0"]
0 commit comments