File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ YourKit is kindly supporting open source projects with its full-featured Java Pr
199199Releases and Dependency Information
200200========================================
201201
202- Latest stable release: 0.6.7
202+ Latest stable release: 0.6.9
203203
204204* [ All Released Versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22tools.analyzer%22 )
205205
@@ -208,15 +208,15 @@ Latest stable release: 0.6.7
208208[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
209209
210210``` clojure
211- [org.clojure/tools.analyzer " 0.6.7 " ]
211+ [org.clojure/tools.analyzer " 0.6.9 " ]
212212```
213213[ Maven] ( http://maven.apache.org/ ) dependency information:
214214
215215``` xml
216216<dependency >
217217 <groupId >org.clojure</groupId >
218218 <artifactId >tools.analyzer</artifactId >
219- <version >0.6.7 </version >
219+ <version >0.6.9 </version >
220220</dependency >
221221```
222222
You can’t perform that action at this time.
0 commit comments