File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22========================================
3- * next
3+ * Release 1.1.1 on 26 Nov 2022
44 * Remove JVM-specific code to make this usable for ClojureCLR
55* Release 1.1.0 on 14 Sep 2021
66 * TANAL-134: Remove : init from : def 's : children when absent
Original file line number Diff line number Diff line change @@ -201,23 +201,23 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
201201Releases and Dependency Information
202202========================================
203203
204- Latest stable release: 1.1.0
204+ Latest stable release: 1.1.1
205205
206206* [ All Released Versions] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22 )
207207* [ Development Snapshot Versions] ( https://clojure.org/releases/downloads#_using_clojure_snapshot_releases )
208208
209209[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
210210
211211``` clojure
212- [org.clojure/tools.analyzer " 1.1.0 " ]
212+ [org.clojure/tools.analyzer " 1.1.1 " ]
213213```
214214[ Maven] ( https://maven.apache.org/ ) dependency information:
215215
216216``` xml
217217<dependency >
218218 <groupId >org.clojure</groupId >
219219 <artifactId >tools.analyzer</artifactId >
220- <version >1.1.0 </version >
220+ <version >1.1.1 </version >
221221</dependency >
222222```
223223
You can’t perform that action at this time.
0 commit comments