File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >org.clojure</groupId >
4242 <artifactId >data.json</artifactId >
43- <version >0.2.3 </version >
43+ <version >0.2.6 </version >
4444 </dependency >
4545 <dependency >
4646 <groupId >org.mozilla</groupId >
5050 <dependency >
5151 <groupId >org.clojure</groupId >
5252 <artifactId >tools.reader</artifactId >
53- <version >0.8.10 </version >
53+ <version >0.8.16 </version >
5454 </dependency >
5555 </dependencies >
5656
Original file line number Diff line number Diff line change 99 :resource-paths [" src/cljs" ]
1010 :test-paths [" test/clj" ]
1111 :dependencies [[org.clojure/clojure " 1.6.0" ]
12- [org.clojure/data.json " 0.2.3 " ]
13- [org.clojure/tools.reader " 0.8.10 " ]
12+ [org.clojure/data.json " 0.2.6 " ]
13+ [org.clojure/tools.reader " 0.8.16 " ]
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 44
55CLOJURE_RELEASE=" 1.6.0"
66CLOSURE_RELEASE=" 20150126"
7- DJSON_RELEASE=" 0.2.3 "
7+ DJSON_RELEASE=" 0.2.6 "
88GCLOSURE_LIB_RELEASE=" 0.0-20140718-946a7d39"
99RHINO_RELEASE=" 1_7R5"
10- TREADER_RELEASE=" 0.8.10 "
10+ TREADER_RELEASE=" 0.8.16 "
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