File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
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 >1.0.2 </version >
53+ <version >1.0.3 </version >
5454 </dependency >
5555 <dependency >
5656 <groupId >org.clojure</groupId >
5757 <artifactId >test.check</artifactId >
58- <version >0.9.0 </version >
58+ <version >0.10.0-alpha2 </version >
5959 <scope >test</scope >
6060 <exclusions >
6161 <exclusion >
Original file line number Diff line number Diff line change 1010 :test-paths [" src/test/clojure" " src/test/cljs" " src/test/self" " src/test/cljs_cp" ]
1111 :dependencies [[org.clojure/clojure " 1.8.0" ]
1212 [org.clojure/data.json " 0.2.6" ]
13- [org.clojure/tools.reader " 1.0.2 " ]
14- [org.clojure/test.check " 0.9.0 " :scope " test" ]
13+ [org.clojure/tools.reader " 1.0.3 " ]
14+ [org.clojure/test.check " 0.10.0-alpha2 " :scope " test" ]
1515 [com.cognitect/transit-clj " 0.8.300" ]
1616 [org.clojure/google-closure-library " 0.0-20170519-fa0499ef" ]
1717 [com.google.javascript/closure-compiler-unshaded " v20170626" ]
Original file line number Diff line number Diff line change 22
33set -e
44
5- CLOJURE_RELEASE=" 1.9.0-alpha16 "
6- SPEC_ALPHA_RELEASE=" 0.1.108 "
5+ CLOJURE_RELEASE=" 1.9.0-alpha17 "
6+ SPEC_ALPHA_RELEASE=" 0.1.123 "
77CORE_SPECS_ALPHA_RELEASE=" 0.1.10"
88CLOSURE_RELEASE=" 20170626"
99DJSON_RELEASE=" 0.2.6"
10- TRANSIT_RELEASE=" 0.8.285 "
10+ TRANSIT_RELEASE=" 0.8.300 "
1111GCLOSURE_LIB_RELEASE=" 0.0-20160609-f42b4a24"
1212RHINO_RELEASE=" 1_7R5"
13- TREADER_RELEASE=" 1.0.2 "
14- TEST_CHECK_RELEASE=" 0.9.0 "
13+ TREADER_RELEASE=" 1.0.3 "
14+ TEST_CHECK_RELEASE=" 0.10.0-alpha2 "
1515
1616# check dependencies
1717curl -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