File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.clojure</groupId >
29
29
<artifactId >tools.analyzer.jvm</artifactId >
30
- <version >0.6.1 -SNAPSHOT</version >
30
+ <version >0.6.3 -SNAPSHOT</version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.clojure</groupId >
34
34
<artifactId >tools.reader</artifactId >
35
- <version >0.8.8 </version >
35
+ <version >0.8.10 </version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >org.ow2.asm</groupId >
Original file line number Diff line number Diff line change 6
6
:source-paths [" src/main/clojure" ]
7
7
:test-paths [" src/test/clojure" ]
8
8
9
- :dependencies [[org.clojure/clojure " 1.7.0-alpha2 " ]
10
- [org.clojure/tools.analyzer.jvm " 0.6.1 -SNAPSHOT" ]
11
- [org.clojure/tools.reader " 0.8.8 " ]
9
+ :dependencies [[org.clojure/clojure " 1.7.0-alpha3 " ]
10
+ [org.clojure/tools.analyzer.jvm " 0.6.3 -SNAPSHOT" ]
11
+ [org.clojure/tools.reader " 0.8.10 " ]
12
12
[org.ow2.asm/asm-all " 4.2" ]])
You can’t perform that action at this time.
0 commit comments