File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
<dependency >
51
51
<groupId >org.clojure</groupId >
52
52
<artifactId >tools.reader</artifactId >
53
- <version >0.9.0 </version >
53
+ <version >0.9.1 </version >
54
54
</dependency >
55
55
</dependencies >
56
56
Original file line number Diff line number Diff line change 10
10
:test-paths [" test/clj" ]
11
11
:dependencies [[org.clojure/clojure " 1.7.0-alpha6" ]
12
12
[org.clojure/data.json " 0.2.6" ]
13
- [org.clojure/tools.reader " 0.9.0 " ]
13
+ [org.clojure/tools.reader " 0.9.1 " ]
14
14
[org.clojure/google-closure-library " 0.0-20140718-946a7d39" ]
15
15
[com.google.javascript/closure-compiler " v20150126" ]
16
16
[org.mozilla/rhino " 1.7R5" ]]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CLOSURE_RELEASE="20150126"
7
7
DJSON_RELEASE=" 0.2.6"
8
8
GCLOSURE_LIB_RELEASE=" 0.0-20140718-946a7d39"
9
9
RHINO_RELEASE=" 1_7R5"
10
- TREADER_RELEASE=" 0.9.0 "
10
+ TREADER_RELEASE=" 0.9.1 "
11
11
12
12
# check dependencies
13
13
curl -V > /dev/null || { echo " cURL is missing, or not on your system path." ; exit 1; }
You can’t perform that action at this time.
0 commit comments