Skip to content

Commit 3f3f214

Browse files
committed
bump tools.analyzer.jvm dep
1 parent e519af3 commit 3f3f214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.clojure</groupId>
2929
<artifactId>tools.analyzer.jvm</artifactId>
30-
<version>0.6.4-SNAPSHOT</version>
30+
<version>0.6.5-SNAPSHOT</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.clojure</groupId>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
:test-paths ["src/test/clojure"]
88

99
:dependencies [[org.clojure/clojure "1.7.0-alpha3"]
10-
[org.clojure/tools.analyzer.jvm "0.6.4-SNAPSHOT"]
10+
[org.clojure/tools.analyzer.jvm "0.6.5-SNAPSHOT"]
1111
[org.clojure/tools.reader "0.8.12"]
1212
[org.ow2.asm/asm-all "4.2"]])

0 commit comments

Comments
 (0)