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 aec66c2 commit 5135397Copy full SHA for 5135397
pom.xml
@@ -27,7 +27,7 @@
27
<dependency>
28
<groupId>org.clojure</groupId>
29
<artifactId>tools.analyzer.jvm</artifactId>
30
- <version>0.6.3-SNAPSHOT</version>
+ <version>0.6.4-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.3-SNAPSHOT"]
+ [org.clojure/tools.analyzer.jvm "0.6.4-SNAPSHOT"]
11
[org.clojure/tools.reader "0.8.10"]
12
[org.ow2.asm/asm-all "4.2"]])
0 commit comments