File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >org.clojure</groupId >
5252 <artifactId >tools.reader</artifactId >
53- <version >0.9.0 </version >
53+ <version >0.9.1 </version >
5454 </dependency >
5555 </dependencies >
5656
Original file line number Diff line number Diff line change 1010 :test-paths [" test/clj" ]
1111 :dependencies [[org.clojure/clojure " 1.7.0-alpha6" ]
1212 [org.clojure/data.json " 0.2.6" ]
13- [org.clojure/tools.reader " 0.9.0 " ]
13+ [org.clojure/tools.reader " 0.9.1 " ]
1414 [org.clojure/google-closure-library " 0.0-20140718-946a7d39" ]
1515 [com.google.javascript/closure-compiler " v20150126" ]
1616 [org.mozilla/rhino " 1.7R5" ]]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ CLOSURE_RELEASE="20150126"
77DJSON_RELEASE=" 0.2.6"
88GCLOSURE_LIB_RELEASE=" 0.0-20140718-946a7d39"
99RHINO_RELEASE=" 1_7R5"
10- TREADER_RELEASE=" 0.9.0 "
10+ TREADER_RELEASE=" 0.9.1 "
1111
1212# check dependencies
1313curl -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