File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.clojure</groupId >
37
37
<artifactId >google-closure-library</artifactId >
38
- <version >0.0-20150505-021ed5b3 </version >
38
+ <version >0.0-20150805-acd8b553 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.clojure</groupId >
Original file line number Diff line number Diff line change 11
11
:dependencies [[org.clojure/clojure " 1.7.0" ]
12
12
[org.clojure/data.json " 0.2.6" ]
13
13
[org.clojure/tools.reader " 0.10.0-alpha3" ]
14
- [org.clojure/google-closure-library " 0.0-20150505-021ed5b3 " ]
14
+ [org.clojure/google-closure-library " 0.0-20150805-acd8b553 " ]
15
15
[com.google.javascript/closure-compiler " v20150729" ]
16
16
[org.mozilla/rhino " 1.7R5" ]]
17
17
:profiles {:1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
Original file line number Diff line number Diff line change 5
5
CLOJURE_RELEASE=" 1.7.0"
6
6
CLOSURE_RELEASE=" 20150729"
7
7
DJSON_RELEASE=" 0.2.6"
8
- GCLOSURE_LIB_RELEASE=" 0.0-20150505-021ed5b3 "
8
+ GCLOSURE_LIB_RELEASE=" 0.0-20150805-acd8b553 "
9
9
RHINO_RELEASE=" 1_7R5"
10
10
TREADER_RELEASE=" 0.10.0-alpha3"
11
11
You can’t perform that action at this time.
0 commit comments