Skip to content

Commit eab263b

Browse files
committed
bump t.a.jvm dep
1 parent 3643ea1 commit eab263b

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.5.7-SNAPSHOT</version>
30+
<version>0.6.1-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-alpha2"]
10-
[org.clojure/tools.analyzer.jvm "0.5.7-SNAPSHOT"]
10+
[org.clojure/tools.analyzer.jvm "0.6.1-SNAPSHOT"]
1111
[org.clojure/tools.reader "0.8.8"]
1212
[org.ow2.asm/asm-all "4.2"]])

0 commit comments

Comments
 (0)