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 25
25
<dependency >
26
26
<groupId >org.clojure</groupId >
27
27
<artifactId >clojure</artifactId >
28
- <version >1.6.0 </version >
28
+ <version >1.7.0-alpha6 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.google.javascript</groupId >
50
50
<dependency >
51
51
<groupId >org.clojure</groupId >
52
52
<artifactId >tools.reader</artifactId >
53
- <version >0.8.16 </version >
53
+ <version >0.8.17 </version >
54
54
</dependency >
55
55
</dependencies >
56
56
Original file line number Diff line number Diff line change 8
8
:source-paths [" src/clj" ]
9
9
:resource-paths [" src/cljs" ]
10
10
:test-paths [" test/clj" ]
11
- :dependencies [[org.clojure/clojure " 1.6.0 " ]
11
+ :dependencies [[org.clojure/clojure " 1.7.0-alpha6 " ]
12
12
[org.clojure/data.json " 0.2.6" ]
13
- [org.clojure/tools.reader " 0.8.16 " ]
13
+ [org.clojure/tools.reader " 0.8.17 " ]
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 2
2
3
3
set -e
4
4
5
- CLOJURE_RELEASE=" 1.6.0 "
5
+ CLOJURE_RELEASE=" 1.7.0-alpha6 "
6
6
CLOSURE_RELEASE=" 20150126"
7
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.16 "
10
+ TREADER_RELEASE=" 0.8.17 "
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