File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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-20151016-61277aea </version >
38
+ <version >0.0-20160609-f42b4a24 </version >
39
39
</dependency >
40
40
<dependency >
41
41
<groupId >org.clojure</groupId >
Original file line number Diff line number Diff line change 13
13
[org.clojure/tools.reader " 1.0.0-beta1" ]
14
14
[org.clojure/test.check " 0.9.0" :scope " test" ]
15
15
[com.cognitect/transit-clj " 0.8.285" ]
16
- [org.clojure/google-closure-library " 0.0-20151016-61277aea " ]
16
+ [org.clojure/google-closure-library " 0.0-20160609-f42b4a24 " ]
17
17
[com.google.javascript/closure-compiler " v20160315" ]
18
18
[org.mozilla/rhino " 1.7R5" ]]
19
19
:profiles {:1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ CLOJURE_RELEASE="1.9.0-alpha4"
6
6
CLOSURE_RELEASE=" 20160315"
7
7
DJSON_RELEASE=" 0.2.6"
8
8
TRANSIT_RELEASE=" 0.8.285"
9
- GCLOSURE_LIB_RELEASE=" 0.0-20151016-61277aea "
9
+ GCLOSURE_LIB_RELEASE=" 0.0-20160609-f42b4a24 "
10
10
RHINO_RELEASE=" 1_7R5"
11
11
TREADER_RELEASE=" 1.0.0-beta1"
12
12
You can’t perform that action at this time.
0 commit comments