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 50
50
<dependency >
51
51
<groupId >org.clojure</groupId >
52
52
<artifactId >tools.reader</artifactId >
53
- <version >1.0.2 </version >
53
+ <version >1.0.3 </version >
54
54
</dependency >
55
55
<dependency >
56
56
<groupId >org.clojure</groupId >
57
57
<artifactId >test.check</artifactId >
58
- <version >0.9.0 </version >
58
+ <version >0.10.0-alpha2 </version >
59
59
<scope >test</scope >
60
60
<exclusions >
61
61
<exclusion >
Original file line number Diff line number Diff line change 10
10
:test-paths [" src/test/clojure" " src/test/cljs" " src/test/self" " src/test/cljs_cp" ]
11
11
:dependencies [[org.clojure/clojure " 1.8.0" ]
12
12
[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" ]
15
15
[com.cognitect/transit-clj " 0.8.300" ]
16
16
[org.clojure/google-closure-library " 0.0-20170519-fa0499ef" ]
17
17
[com.google.javascript/closure-compiler-unshaded " v20170626" ]
Original file line number Diff line number Diff line change 2
2
3
3
set -e
4
4
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 "
7
7
CORE_SPECS_ALPHA_RELEASE=" 0.1.10"
8
8
CLOSURE_RELEASE=" 20170626"
9
9
DJSON_RELEASE=" 0.2.6"
10
- TRANSIT_RELEASE=" 0.8.285 "
10
+ TRANSIT_RELEASE=" 0.8.300 "
11
11
GCLOSURE_LIB_RELEASE=" 0.0-20160609-f42b4a24"
12
12
RHINO_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 "
15
15
16
16
# check dependencies
17
17
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