We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e519af3 commit 3f3f214Copy full SHA for 3f3f214
pom.xml
@@ -27,7 +27,7 @@
27
<dependency>
28
<groupId>org.clojure</groupId>
29
<artifactId>tools.analyzer.jvm</artifactId>
30
- <version>0.6.4-SNAPSHOT</version>
+ <version>0.6.5-SNAPSHOT</version>
31
</dependency>
32
33
project.clj
@@ -7,6 +7,6 @@
7
:test-paths ["src/test/clojure"]
8
9
:dependencies [[org.clojure/clojure "1.7.0-alpha3"]
10
- [org.clojure/tools.analyzer.jvm "0.6.4-SNAPSHOT"]
+ [org.clojure/tools.analyzer.jvm "0.6.5-SNAPSHOT"]
11
[org.clojure/tools.reader "0.8.12"]
12
[org.ow2.asm/asm-all "4.2"]])
0 commit comments