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 40
40
<dependency >
41
41
<groupId >org.clojure</groupId >
42
42
<artifactId >data.json</artifactId >
43
- <version >0.2.3 </version >
43
+ <version >0.2.6 </version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >org.mozilla</groupId >
50
50
<dependency >
51
51
<groupId >org.clojure</groupId >
52
52
<artifactId >tools.reader</artifactId >
53
- <version >0.8.10 </version >
53
+ <version >0.8.16 </version >
54
54
</dependency >
55
55
</dependencies >
56
56
Original file line number Diff line number Diff line change 9
9
:resource-paths [" src/cljs" ]
10
10
:test-paths [" test/clj" ]
11
11
: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 " ]
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 4
4
5
5
CLOJURE_RELEASE=" 1.6.0"
6
6
CLOSURE_RELEASE=" 20150126"
7
- DJSON_RELEASE=" 0.2.3 "
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.8.10 "
10
+ TREADER_RELEASE=" 0.8.16 "
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